summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-02 11:40:50 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-02 11:40:50 +0100
commit44c29421a100429c33e61a221d5faef295dc95a7 (patch)
tree3d9e06f9caaf1d869982a3de34155789c08cc10d /cscript
parent22b5b3723c3388bf940844059208d836781863ab (diff)
asdcplib debug
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2bdb9bfa..5babd5ce 100644
--- a/cscript
+++ b/cscript
@@ -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