From 10768e2cd20f075ac857e37dffbd9011557147d4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Dec 2017 19:45:25 +0000 Subject: Hackz. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') 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') -- cgit v1.2.3