summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-04 23:57:29 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-04 23:57:29 +0100
commitb18b46f9dbc5220136342ef7dbaa33abdca0a754 (patch)
tree74681a9cf6c2509794c7483a8761a18583aad1a8 /cscript
parentef65a179e8c907029d0d9254863d4884581f3d60 (diff)
FIXME: Preserve CPL/PKL filenames in the editor (#3109).3109-case
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bb5f5b9f2..08fae08b3 100644
--- a/cscript
+++ b/cscript
@@ -502,7 +502,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.35', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'bbb9bef2fdbccc1f202d004984602933284d6e10', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.55'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))