diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-01-21 21:56:20 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-01-21 21:56:20 (GMT) |
commit | 04f983d68e996708adcc7a68b852b0e953a28786 (patch) | |
tree | 189810b411d522f6ef9b28495994f7b5013320c0 /3rdParty/Boost/SConscript | |
parent | eb6dbb35c03f073e737c821099f9cb450b93f0f9 (diff) | |
download | swift-contrib-04f983d68e996708adcc7a68b852b0e953a28786.zip swift-contrib-04f983d68e996708adcc7a68b852b0e953a28786.tar.bz2 |
Another workaround for the asio hang-on-shutdown problem.
Diffstat (limited to '3rdParty/Boost/SConscript')
-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 d889fe8..2199b3f 100644 --- a/3rdParty/Boost/SConscript +++ b/3rdParty/Boost/SConscript @@ -15,7 +15,7 @@ elif env.get("BOOST_BUNDLED", False) : # Common ################################################################################ - cppdefines = ["BOOST_ALL_NO_LIB", "BOOST_SYSTEM_NO_DEPRECATED"] + cppdefines = ["BOOST_ALL_NO_LIB", "BOOST_SYSTEM_NO_DEPRECATED", "BOOST_ASIO_DISABLE_KQUEUE"] if env["PLATFORM"] == "win32" : cppflags = ["/I" + Dir("src").abspath] else : |