diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-08 11:13:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-08 11:14:03 +0100 |
| commit | 5a66605af361fbb8b041bced84fd9095d329a14f (patch) | |
| tree | 8daf98cf26ff4bce56ca1ff80f389ceaf7735916 | |
| parent | b4c12eaef029e6835bc3417b0e6169fdbbf458bb (diff) | |
Use our own openjpeg for running tests on arch.
| -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.36', {'c++17': build_with_cpp17(target)})] + deps = [('libdcp', 'v1.10.37', {'c++17': build_with_cpp17(target)})] deps.append(('libsub', 'v1.6.57')) deps.append(('leqm-nrt', 'd75d0af984d9c14bfefca8f1bdbc215c3bf3a388')) if target.platform != 'linux' or target.distro != 'arch': |
