summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-09 19:45:25 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-09 19:45:25 +0000
commit10768e2cd20f075ac857e37dffbd9011557147d4 (patch)
treec5542937cca71ff4e11db6ac9e95a4e2575c3368 /wscript
parent9300212bd136476d986f4f667b4b78bd619ec7dc (diff)
Hackz.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index f608c1f..bfd0d4b 100644
--- a/wscript
+++ b/wscript
@@ -52,6 +52,7 @@ def configure(conf):
int main() { boost::filesystem::copy_file ("a", "b"); }\n
""",
msg='Checking for boost filesystem library',
+ cxxflags=conf.env['CXXFLAGS']
libpath='/usr/local/lib',
lib=['boost_filesystem%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix],
uselib_store='BOOST_FILESYSTEM')