Skip to content

Commit

Permalink
Try even harder to fix Windows builds
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#3006
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Mar 28, 2019
1 parent e9616ab commit 53c7613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/Makefile.omdev.mingw
Expand Up @@ -20,7 +20,7 @@ FC = g77
CONFIG_CFLAGS = -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse \
-I$(OMDEV)/lib/3rdParty/Ipopt/include/ \
-I$(top_builddir)/3rdParty/sundials/build/include \
-I$(OMDEV)/include/lis -I$(top_builddir)/ -I$(builddir_inc)/ \
-I$(OMDEV)/include/lis -I$(top_builddir)/ -I$(builddir_inc)/ -I. \
-Wall -Wno-unused-variable
CXXFLAGS = $(CFLAGS)

Expand Down

0 comments on commit 53c7613

Please sign in to comment.