diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-20 22:17:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-20 22:17:38 +0100 |
| commit | 29281daa6ee121551a1e77653ccb455ca7423a39 (patch) | |
| tree | b26525263b1f72644f656172cc964e23b2d5a514 /cscript | |
| parent | 9b9b78890c9c7bc36342e1b7d35de921208b05d8 (diff) | |
Bump libdcp for a typo fix and some cleanups.
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.44', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.45', {'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': |
