diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-05 12:04:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-05 12:04:35 +0000 |
| commit | 4b6ecaa1b62d7c5f37858c3105d3f9bdbfc8dde8 (patch) | |
| tree | 976a5f4131338dcddeb1096fe9466a6014f9d67d /wscript | |
| parent | bfd1f7d4bdf245180e220db3da4d0b1d621f303c (diff) | |
Speculative fix for OSX build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ def configure(conf): # OSX if conf.env.TARGET_OSX: conf.env.append_value('CXXFLAGS', '-DDCPOMATIC_OSX') - conf.env.append_value('LINKFLAGS', '-headerpad_max_install_names') + conf.env.append_value('LINKFLAGS', ['-headerpad_max_install_names', '-framework IOKit', '-framework Foundation']) # # Dependencies. |
