SCons recipe: pass -mthreads on windows.

This commit is contained in:
Sergey Popov 2008-05-12 10:01:57 +00:00
parent e17d9aaeb2
commit d087738239

View file

@ -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