summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-16 23:21:41 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-16 23:21:46 +0100
commit8ff143858a0f439daddc0b8f2ccb1b633b61a3a2 (patch)
tree86fb2fd66c07b5fa3688435e0524f123694f6304 /cscript
parent332b17662dc56488970d1ae1d78b9851f8332e52 (diff)
Bump libdcp for some documentation fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1a3664b58..d190b7ebb 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.50', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.51', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.59'))
deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388'))
if target.platform != 'linux' or target.distro != 'arch':