summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-15 18:33:26 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-15 18:33:26 +0200
commit81c45ece2d2ec3cb38739caa8a60b1305ca2eb39 (patch)
treeab290465977ddd40be9b88777854e9663d341055
parent28823f5d28857dc728df5a8e23c3c6ec23b5ee45 (diff)
Bump asdcplib for probably-unimportant undefined variable use fix.v1.8.77
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bb068ca4..78176a3a 100644
--- a/cscript
+++ b/cscript
@@ -35,7 +35,7 @@ import os
import shutil
def dependencies(target, options):
- return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', 'ae75eb417d3804a6d723e2cf09647b54b15df5db'))
+ return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
def build(target, options):
cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory