diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-15 13:59:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-15 13:59:08 +0100 |
| commit | 42bd2a0ed674d167c27dd4cf214ea91b48315bcf (patch) | |
| tree | 01524b1ce784fb78424e32dfb7db110d6a4f9686 /wscript | |
| parent | 9b9be06af7a51cac6f957db16ec2695c79ffb8fd (diff) | |
Hack.osx
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ def configure(conf): conf.env.append_value('CXXFLAGS', '-DLIBDCP_POSIX') if conf.env.TARGET_OSX: - conf.env.append_value('CXXFLAGS', ['-Wno-unused-result', '-Wno-unused-parameter', '-Wno-unused-local-typedef', '-DLIBDCP_OSX']) + conf.env.append_value('CXXFLAGS', ['-Wno-unused-result', '-Wno-unused-parameter', '-Wno-unused-local-typedef']) # Disable libxml++ deprecation warnings for now conf.env.append_value('CXXFLAGS', ['-Wno-deprecated-declarations']) |
