From cd0958260b54af3514ac12b936bb76ca6de6978b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 May 2014 11:50:15 +0100 Subject: More STL binary reading stuff. --- wscript | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index a664b8b..5f619b5 100644 --- a/wscript +++ b/wscript @@ -49,6 +49,15 @@ def configure(conf): lib = ['boost_filesystem', 'boost_system'], uselib_store = 'BOOST_FILESYSTEM') + conf.check_cxx(fragment = """ + #include \n + int main() { boost::locale::conv::to_utf ("a", "cp850"); }\n + """, + msg = 'Checking for boost locale library', + libpath = '/usr/local/lib', + lib = ['boost_locale', 'boost_system'], + uselib_store = 'BOOST_LOCALE') + conf.recurse('test') def build(bld): -- cgit v1.2.3