This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ CC = @CC@
3030CXX = @CXX@
3131IDL = @IDLCMD@
3232IDLPYTHON = @IDLPYTHONCMD@
33- CXXFLAGS = $( CFLAGS ) @CXXFLAGS@
33+ CXXFLAGS = @CXXFLAGS@
3434CPPFLAGS = @CPPFLAGS@ -I$(top_builddir ) /SimulationRuntime/c -I$(top_builddir ) /SimulationRuntime/c/simulation/results -I$(top_builddir ) /SimulationRuntime/c/util -I$(top_builddir ) /SimulationRuntime/c/meta -I$(top_builddir ) /SimulationRuntime/c/meta/gc -I. $(CORBAINCL ) -I$(FMIINCLUDE ) -I$(top_builddir ) /3rdParty/gc/include -I$(GRAPHSTREAMINCLUDE ) -I$(GRAPHINCLUDE ) -I$(CJSONINCLUDE )
3535TRIPLE =@host_short@
3636SHREXT =@SHREXT@
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ $(INITIALIZATIONOBJSPATH):%$(OBJ_EXT): %.c $(SOLVERHFILESPATH) $(INITIALIZATIONH
206206 $(CC) -c $(CFLAGS) -o $@ $<
207207
208208$(RESULTSOBJSPATH):%$(OBJ_EXT): %.cpp $(RESULTSFILESPATH) $(COMMON_HEADERS)
209- $(CXX) -c $(CFLAGS ) -o $@ $<
209+ $(CXX) -c $(CXXFLAGS ) -o $@ $<
210210
211211$(SIMOBJSPATH):%$(OBJ_EXT): %.cpp linearization/linearize.cpp $(SIMHFILESPATH) $(COMMON_HEADERS)
212212 $(CXX) -c -Ilinearization/ $(CXXFLAGS) -o $@ $<
You can’t perform that action at this time.
0 commit comments