diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-08 01:06:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-08 01:23:55 +0200 |
| commit | 132191cce2c8961ed8e39583468a11db4dbcbaea (patch) | |
| tree | 527b839b751ede79a417e069fa57f7143485d8cf /cscript | |
| parent | 179d803a11042077c5e431f44e1aea8e917ec357 (diff) | |
Add PKL editing to the editor (#3024).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |
