summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-02 11:42:21 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-02 11:42:21 +0100
commit2f35ccafeb24db67a348453ad4f75cce330b0cda (patch)
treefd5e65e430e20626e55356ada90073909f219ffe
parent44c29421a100429c33e61a221d5faef295dc95a7 (diff)
asdcplib debug
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5babd5ce..b6c72253 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', '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