diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-09-19 22:53:28 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-19 22:53:28 +0200 |
| commit | 79052109a3c8e448dbfa470975dd0d2ae92cb08d (patch) | |
| tree | 7df7c8832ac80424339e6cb20ca6c8a3fde27894 | |
| parent | f460931c17e20ce3c4d78549f1e56acdcdff2a54 (diff) | |
More debugging.gh-21-open
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ import os import shutil def dependencies(target, options): - return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '0a90ae094f90ae8c73fb6766ddb31d6bbcc31f5a')) + return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', 'e4b278d5ef9dd7633b24198746addb4b5863cdeb')) def build(target, options): cmd = './waf configure --disable-examples --disable-dumpimage --disable-benchmarks --prefix=%s' % target.directory |
