diff --git a/makefiles/Makefile.cpp.mk b/makefiles/Makefile.cpp.mk index 16250c3d05..c5e144af73 100644 --- a/makefiles/Makefile.cpp.mk +++ b/makefiles/Makefile.cpp.mk @@ -1601,6 +1601,9 @@ cc_archive: $(LIB_DIR)/$(LIBPREFIX)ortools.$(DYNAMIC_LIB_SUFFIX) cp tools/README.cc temp/or-tools.$(PORT)/README cp tools/Makefile.cc temp/or-tools.$(PORT)/Makefile cp lib/libortools.$(DYNAMIC_LIB_SUFFIX) temp/or-tools.$(PORT)/lib +ifeq ($(PLATFORM),MACOSX) + cp tools/install_libortools_mac.sh temp/or-tools.$(PORT)/lib +endif cp examples/cpp/*.cc temp/or-tools.$(PORT)/examples cp examples/cpp/*.h temp/or-tools.$(PORT)/examples cp src/algorithms/*.h temp/or-tools.$(PORT)/include/algorithms