tweak boost library variables
This commit is contained in:
parent
7bb59d19d8
commit
0f680b43e3
7
setup.py
7
setup.py
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user