summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-03 10:56:17 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-03 21:36:18 +0200
commitf4250ea48e3d770393df47148f39e577befeaac0 (patch)
tree83be62ba5451e7c9a673692f1b7b8a3b4fd41ce9
parent926be509a1132c0b341fc5722cbb3fd71d2a8c6c (diff)
Fix warning code when used with an older clang.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 52b0be549..2b533d63a 100644
--- a/cscript
+++ b/cscript
@@ -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'))