diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-04 12:51:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-04 12:51:06 +0100 |
| commit | 604a5f9343eebfa0108a19bb6b8ec60bc81f4819 (patch) | |
| tree | 4a9c98559b227f9b1ee2fb123b830efd3832913a /wscript | |
| parent | 0dc4260daa5ce2f2c3fd6324a3995681729de102 (diff) | |
Tweak how lzma is linked.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -210,6 +210,7 @@ def configure(conf): if conf.env.TARGET_OSX: conf.env.append_value('CXXFLAGS', ['-DDCPOMATIC_OSX', '-DGL_SILENCE_DEPRECATION']) conf.env.append_value('LINKFLAGS', '-headerpad_max_install_names') + conf.env.append_value('LINKFLAGS', '-llzma') # # Dependencies. |
