diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-02 11:40:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-02 11:40:50 +0100 |
| commit | 44c29421a100429c33e61a221d5faef295dc95a7 (patch) | |
| tree | 3d9e06f9caaf1d869982a3de34155789c08cc10d /cscript | |
| parent | 22b5b3723c3388bf940844059208d836781863ab (diff) | |
asdcplib debug
Diffstat (limited to 'cscript')
| -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', 'ae75eb417d3804a6d723e2cf09647b54b15df5db')) + return (('libcxml', 'v0.17.5'), ('openjpeg', 'a1403c2'), ('asdcplib', '6f96ca52e5e464497a76648ec6f3d5be30669216')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
