summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 86bb3218..9dda8b11 100644
--- a/cscript
+++ b/cscript
@@ -48,7 +48,7 @@ def build_with_cpp17(target):
def dependencies(target, options, for_package):
deps = [
('libcxml', 'v0.17.16', { 'c++17': build_with_cpp17(target) }),
- ('asdcplib', 'v1.0.9')
+ ('asdcplib', '152d14739f0c91d754a2fd099c9a3daaeabc82f4')
]
if target.platform == 'linux':