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

Commit

Permalink
Fix windows build after linking with tables
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #2977
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Mar 13, 2019
1 parent 113e9da commit 9a49909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/boot/Makefile.omdev.mingw
Expand Up @@ -25,7 +25,7 @@ OMENCRYPTIONLIBS=
endif
LDFLAGS=-L./ $(LOMPARSE) $(LCOMPILERRUNTIME) -L"$(OMHOME)/lib/omc" \
-lOpenModelicaRuntimeC \
-lModelicaExternalC -lModelicaIO -lModelicaMatIO -lm \
-lModelicaExternalC -lModelicaIO -lModelicaMatIO -lhdf5 -lszip -lm \
-lomantlr3 -lregex -lwsock32 -llpsolve55 -luuid -lole32 -lws2_32 -limagehlp \
-lRpcrt4 -lopenblas -fopenmp -lomcgc -lpthread $(FMILIB_OR_BOOT) -lshlwapi -liconv -lintl -lmetis \
-Wl,--enable-stdcall-fixup -Bstatic -lstdc++ -Bdynamic -static-libgcc \
Expand Down

0 comments on commit 9a49909

Please sign in to comment.