diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-02 11:42:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-02 11:42:21 +0100 |
| commit | 2f35ccafeb24db67a348453ad4f75cce330b0cda (patch) | |
| tree | fd5e65e430e20626e55356ada90073909f219ffe | |
| parent | 44c29421a100429c33e61a221d5faef295dc95a7 (diff) | |
asdcplib debug
| -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', 'a1403c2'), ('asdcplib', '6f96ca52e5e464497a76648ec6f3d5be30669216')) + return (('libcxml', 'v0.17.5'), ('openjpeg', 'a1403c2'), ('asdcplib', 'd0fecfb971cd51b30ded3ce036d873af66357b64')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
