From caa3f20cd224f88f7a785618b63000f44a06da3a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Mar 2019 21:37:17 +0000 Subject: Add string -> long long conversion for OS X. --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 959e1e0..b4f4747 100644 --- a/wscript +++ b/wscript @@ -57,8 +57,10 @@ def configure(conf): if conf.options.target_windows: boost_lib_suffix = '-mt' + conf.env.append_value('CXXFLAGS', '-DLIBCXML_WINDOWS') else: boost_lib_suffix = '' + conf.env.append_value('CXXFLAGS', '-DLIBCXML_POSIX') conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='LIBXML++', mandatory=True) -- cgit v1.2.3