diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-03 10:56:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-03 21:36:18 +0200 |
| commit | f4250ea48e3d770393df47148f39e577befeaac0 (patch) | |
| tree | 83be62ba5451e7c9a673692f1b7b8a3b4fd41ce9 /cscript | |
| parent | 926be509a1132c0b341fc5722cbb3fd71d2a8c6c (diff) | |
Fix warning code when used with an older clang.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -502,7 +502,7 @@ def build_with_cpp17(target): def dependencies(target, options): - deps = [('libdcp', 'v1.10.31', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.32', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.53')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) |
