This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include Makefile.objs
1212
1313LIBSIMULATIONFMI=libSimulationRuntimeFMI.a
1414OMC_MINIMAL_RUNTIME=
15- INCLUDE_NONFMI=-I$(builddir_inc)/c
15+ INCLUDE_NONFMI=-I$(builddir_inc)/c -I.
1616
1717CPPFLAGS = -I$(top_builddir)/Compiler/runtime -I$(top_builddir)/3rdParty/gc/include -I$(top_builddir)/3rdParty/FMIL/install/include/ -I$(top_builddir)/3rdParty/lis-1.4.12/include/ -I$(top_builddir)/3rdParty/Ipopt/include/ -I$(builddir_inc)/c/sundials/ $(CONFIG_CPPFLAGS) -DGC_REDIRECT_TO_LOCAL
1818override CFLAGS += $(CPPFLAGS) $(CONFIG_CFLAGS) $(EXTRA_CFLAGS)
@@ -228,7 +228,7 @@ $(INITIALIZATIONOBJSPATH):$(BUILDPATH)/%$(OBJ_EXT): %.c $(SOLVERHFILESPATH) $(IN
228228
229229$(RESULTSOBJSPATH):$(BUILDPATH)/%$(OBJ_EXT): %.cpp $(RESULTSFILESPATH) $(COMMON_HEADERS)
230230 $(MKBUILDDIR)
231- $(CXX) -c $(CXXFLAGS) $(INCLUDE_NONFMI) -o $@ $<
231+ $(CXX) -c $(CXXFLAGS) -o $@ $<
232232
233233$(SIMOBJSPATH):$(BUILDPATH)/%$(OBJ_EXT): %.cpp linearization/linearize.cpp dataReconciliation/dataReconciliation.cpp $(SIMHFILESPATH) $(COMMON_HEADERS)
234234 $(MKBUILDDIR)
You can’t perform that action at this time.
0 commit comments