summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-22 15:39:05 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-30 00:43:09 +0100
commit667f58236942c634ada2ea1de7147cbacf304dc5 (patch)
tree039bbfa0fe6a17afc10be453a8b1caa1f30db073 /cscript
parenta3c9e85b4cc920c916a5ef4142fc5b6f92961c5a (diff)
Bump libdcp for asdcplib build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index cafcded1d..97f252085 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'cbccdb4b600de0aa323b0a80b84c17f94ca0a45a', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', '23f02e6ba2dd482a52812d951eecc7870b9f177f', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.58'))
deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388'))
if target.platform != 'linux' or target.distro != 'arch':