summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-24 23:01:57 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-24 23:01:57 +0100
commit096b175a661234d9e02a852cce9f56c4577b8259 (patch)
tree9b78f885b7e20086979093b363540bb2f4a462e3 /cscript
parent6e24bcc2a3808a556a631e706d2eed0d9e5c9977 (diff)
Bump asdcplib version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9b8ba84f..dc145f0b 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.0'))
+ return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.1'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory