summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 21:30:03 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 21:30:03 +0100
commit1611341602bf0aac151f95e0242a8abebc18c403 (patch)
treea96ca01dd180d05f9cb488e5b727c2bf12081ebd /wscript
parent76525affe436d514758d5123907e9bb97d4ad5ad (diff)
Try to fix link / name tweaking on OS X.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 2c0a14580..0aef794ae 100644
--- a/wscript
+++ b/wscript
@@ -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'])