diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-08-12 17:59:10 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-08-12 17:59:10 (GMT) |
commit | 283a6801fd11aeaf38b2298399c2bf622f743cf4 (patch) | |
tree | a63e3401309793844c29b08512d7a9dc12636fb3 /3rdParty | |
parent | 2a28c1be20477ddf25a233ee34c991951295058b (diff) | |
download | swift-283a6801fd11aeaf38b2298399c2bf622f743cf4.zip swift-283a6801fd11aeaf38b2298399c2bf622f743cf4.tar.bz2 |
Added Slimber & valgrind testing to SCons.
Diffstat (limited to '3rdParty')
-rw-r--r-- | 3rdParty/Boost/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdParty/Boost/SConscript b/3rdParty/Boost/SConscript index 769a67d..d828edc 100644 --- a/3rdParty/Boost/SConscript +++ b/3rdParty/Boost/SConscript @@ -46,7 +46,7 @@ sources = [ "libs/regex/src/winstances.cpp", "libs/regex/src/usinstances.cpp"] -if env.get("HAVE_PTHREAD", 0) : +if env["PLATFORM"] != "win32" : sources += [ "libs/thread/src/pthread/exceptions.cpp", "libs/thread/src/pthread/once.cpp", |