diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-04 23:57:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-04 23:57:29 +0100 |
| commit | b18b46f9dbc5220136342ef7dbaa33abdca0a754 (patch) | |
| tree | 74681a9cf6c2509794c7483a8761a18583aad1a8 /cscript | |
| parent | ef65a179e8c907029d0d9254863d4884581f3d60 (diff) | |
FIXME: Preserve CPL/PKL filenames in the editor (#3109).3109-case
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |
