COMP: add -pthread compile/link dependency for std::thread (#614)

This commit is contained in:
Mark Olesen
2020-02-07 11:04:40 +01:00
parent 9da83a3e4f
commit 739bc3c4af
13 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
include $(GENERAL_RULES)/Gcc/c++
c++ARCH = -m32
c++ARCH = -m32 -pthread
include $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)