diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-04 12:28:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-04 12:28:18 +0200 |
| commit | 73747a031e35ab8884aa16ebd3c8721dfb0391bc (patch) | |
| tree | 9edeeb90c0e49fa2e842e060c88390309566d2d9 | |
| parent | 9a982c9160f28aa2ee289e3f0f7e6f69c94ed68f (diff) | |
Build mac-old also with C++17 so it can use the same environment.v2.17.20
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -534,7 +534,7 @@ def make_spec(filename, version, target, options, requires=None): print('/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :', file=f) def dependencies(target, options): - deps = [('libdcp', 'v1.9.19', {'c++17': target.platform == 'osx'})] + deps = [('libdcp', 'v1.9.19', {'c++17': target.platform.startswith('osx')})] deps.append(('libsub', 'v1.6.51')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
