summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-08 01:06:52 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-08 01:23:55 +0200
commit132191cce2c8961ed8e39583468a11db4dbcbaea (patch)
tree527b839b751ede79a417e069fa57f7143485d8cf /cscript
parent179d803a11042077c5e431f44e1aea8e917ec357 (diff)
Add PKL editing to the editor (#3024).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 03f49467d..8770a37e4 100644
--- a/cscript
+++ b/cscript
@@ -437,7 +437,7 @@ def build_with_cpp17(target):
def dependencies(target, options):
- deps = [('libdcp', 'v1.10.19', {'c++17': build_with_cpp17(target)})]
+ deps = [('libdcp', 'v1.10.20', {'c++17': build_with_cpp17(target)})]
deps.append(('libsub', 'v1.6.53'))
deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23'))
deps.append(('rtaudio', 'f619b76'))