tweak boost library variables

This commit is contained in:
Marcos Pinto 2007-11-26 16:42:07 +00:00
parent 7bb59d19d8
commit 0f680b43e3

View File

@ -130,6 +130,13 @@ if not OS == "win":
elif os.path.exists(os.path.join(sysconfig.get_config_vars()['LIBDIR'], \
'libboost_thread.so')):
boost_thread = "boost_thread"
if 'boost_filesystem' not in vars():
boost_filesystem = "boost_filesystem-mt"
if 'boost_date_time' not in vars():
boost_date_time = "boost_date_time-mt"
if 'boost_thread' not in vars():
boost_thread = "boost_thread-mt"
elif OS == "freebsd":
boost_filesystem = "boost_filesystem"