SCons recipe: pass -mthreads on windows.
This commit is contained in:
parent
e17d9aaeb2
commit
d087738239
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ if boost_test_dyn_link:
|
|||
Export("test_env")
|
||||
|
||||
if env["PLATFORM"] == 'win32':
|
||||
env.Append(LIBS = ["wsock32", "intl"])
|
||||
env.Append(LIBS = ["wsock32", "intl"], CXXFLAGS = ["-mthreads"], LINKFLAGS = ["-mthreads"])
|
||||
if env["PLATFORM"] == 'darwin': # Mac OS X
|
||||
env.Append(FRAMEWORKS = "Carbon") # Carbon GUI
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue