diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-16 23:21:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-16 23:21:46 +0100 |
| commit | 8ff143858a0f439daddc0b8f2ccb1b633b61a3a2 (patch) | |
| tree | 86fb2fd66c07b5fa3688435e0524f123694f6304 /cscript | |
| parent | 332b17662dc56488970d1ae1d78b9851f8332e52 (diff) | |
Bump libdcp for some documentation fixes.
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.50', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.51', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.59')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': |
