diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-23 21:37:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-23 21:37:17 +0000 |
| commit | caa3f20cd224f88f7a785618b63000f44a06da3a (patch) | |
| tree | a7003375ace7992848d5b9eb9be20f44bd7cc90d /wscript | |
| parent | 3c371e9aead80bfed91ae208e2ce782c7bf4901b (diff) | |
Add string -> long long conversion for OS X.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
