Skip to content

Commit

Permalink
- try to fix the Windows testsuite,
Browse files Browse the repository at this point in the history
  add -lpthread to the simulation code linker flags.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16968 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Aug 31, 2013
1 parent 88eea86 commit 515fbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define DEFAULT_CXX "g++"
#define DEFAULT_MAKE "make"

#define DEFAULT_LDFLAGS "-lregex -lexpat -lgc"
#define DEFAULT_LDFLAGS "-lregex -lexpat -lgc -lpthread"

#define CONFIG_PLATFORM "WIN32"
#define CONFIG_MODELICA_SPEC_PLATFORM "win32"
Expand Down

0 comments on commit 515fbae

Please sign in to comment.