We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddfb15 commit 426fec1Copy full SHA for 426fec1
Compiler/boot/Makefile.common
@@ -131,4 +131,4 @@ install: $(GEN_DIR)omc$(EXE_EXT) install-interface
131
endif
132
133
install-interface:
134
- cp -a $(GEN_DIR)OpenModelicaScriptingAPI.h ../Script/OpenModelicaScriptingAPIQt.cpp ../Script/OpenModelicaScriptingAPIQt.h $(OMHOME)/include/omc/scripting-API
+ -cp -a $(GEN_DIR)OpenModelicaScriptingAPI.h ../Script/OpenModelicaScriptingAPIQt.cpp ../Script/OpenModelicaScriptingAPIQt.h $(OMHOME)/include/omc/scripting-API
0 commit comments