Debugging for GH #21.
authorCarl Hetherington <cth@carlh.net>
Mon, 18 Sep 2023 23:14:42 +0000 (01:14 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 18 Sep 2023 23:14:42 +0000 (01:14 +0200)
cscript

diff --git a/cscript b/cscript
index f7e8e1bfdae05334c8c8f03d731161699c036a36..85e5584ae57dc48b4606aac950d4d1bc95ec21a6 100644 (file)
--- a/cscript
+++ b/cscript
@@ -35,7 +35,7 @@ import os
 import shutil
 
 def dependencies(target, options):
-    return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '8a4a2f25cac0c58aac1d4267facab20e5ec3b57f'))
+    return (('libcxml', 'v0.17.5'), ('openjpeg', '925ca5192bb16d4f58a6fddc8b1623eced7f0203'), ('asdcplib', '0a90ae094f90ae8c73fb6766ddb31d6bbcc31f5a'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --disable-dumpimage --disable-benchmarks --prefix=%s' % target.directory