Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 53c7613

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Try even harder to fix Windows builds
Belonging to [master]: - #3006
1 parent e9616ab commit 53c7613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimulationRuntime/c/Makefile.omdev.mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ FC = g77
2020
CONFIG_CFLAGS = -O2 -falign-functions -mstackrealign -msse2 -mfpmath=sse \
2121
-I$(OMDEV)/lib/3rdParty/Ipopt/include/ \
2222
-I$(top_builddir)/3rdParty/sundials/build/include \
23-
-I$(OMDEV)/include/lis -I$(top_builddir)/ -I$(builddir_inc)/ \
23+
-I$(OMDEV)/include/lis -I$(top_builddir)/ -I$(builddir_inc)/ -I. \
2424
-Wall -Wno-unused-variable
2525
CXXFLAGS = $(CFLAGS)
2626

0 commit comments

Comments
 (0)