diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-15 17:49:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-15 17:49:40 +0000 |
| commit | 6e72e1d36f23a4236c4677f22792a6a4590943a3 (patch) | |
| tree | 7a205cfb00d3c9bd0f74cd8003aaef19bdd558fc /wscript | |
| parent | 57d6bed6141838329b1039ab52c66cc98273af91 (diff) | |
Clean up OS X build slightly. Better error on failure of xmlSecDSigCtxSign.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-DLIBDCP_POSIX') if not conf.options.osx: - conf.env.append_value('CXXFLAGS', ['-Wno-unused-result']) + conf.env.append_value('CXXFLAGS', ['-Wno-unused-result', '-Wno-unused-parameter']) conf.check_cfg(package = 'openssl', args = '--cflags --libs', uselib_store = 'OPENSSL', mandatory = True) conf.check_cfg(package = 'libxml++-2.6', args = '--cflags --libs', uselib_store = 'LIBXML++', mandatory = True) |
