summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-03 22:24:31 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-03 22:24:31 +0100
commit4ea754f8fd9703b4c949c12e64a072167beedda6 (patch)
tree99bae56068693221a51ea391c4cc65295c2b5695 /cscript
parent3846769b1f2b240fd54e2b26607e7656a38dfa1f (diff)
Bump libdcp for speculative fix when failing to hard-link on Windows.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c652cf76d..9090ebf99 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.47', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.48', {'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':