diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-23 00:38:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-23 00:38:14 +0200 |
| commit | ff12ccdde76c54d3b9e69799a63750db9edf0023 (patch) | |
| tree | 80b612214ab04d9a20ccb0f974978ddbc7cdb002 /wscript | |
| parent | ab479fa7f20d84ea31ab35c0330f524ac0c48d21 (diff) | |
Revert "Tweak how lzma is linked."
This reverts commit 604a5f9343eebfa0108a19bb6b8ec60bc81f4819.
I don't know why I did this, and it breaks the mac-old (10.8) target
as the lzma.5.dylib is not present on those machines.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -219,7 +219,6 @@ 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. |
