diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-10 21:30:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-10 21:30:03 +0100 |
| commit | 1611341602bf0aac151f95e0242a8abebc18c403 (patch) | |
| tree | a96ca01dd180d05f9cb488e5b727c2bf12081ebd /wscript | |
| parent | 76525affe436d514758d5123907e9bb97d4ad5ad (diff) | |
Try to fix link / name tweaking on OS X.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ def configure(conf): if conf.env.TARGET_OSX: conf.env.append_value('CXXFLAGS', '-DDCPOMATIC_OSX') + conf.env.append_value('LINKFLAGS', '-headerpad_max_install_names') if conf.options.enable_debug: conf.env.append_value('CXXFLAGS', ['-g', '-DDCPOMATIC_DEBUG']) |
