tweak boost library variables
This commit is contained in:
parent
7bb59d19d8
commit
0f680b43e3
7
setup.py
7
setup.py
@ -131,6 +131,13 @@ if not OS == "win":
|
|||||||
'libboost_thread.so')):
|
'libboost_thread.so')):
|
||||||
boost_thread = "boost_thread"
|
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":
|
elif OS == "freebsd":
|
||||||
boost_filesystem = "boost_filesystem"
|
boost_filesystem = "boost_filesystem"
|
||||||
boost_date_time = "boost_date_time"
|
boost_date_time = "boost_date_time"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user