summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-01 19:43:31 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-01 19:43:31 +0000
commit0420f149e948de795783db1bddaecf82f58c36a4 (patch)
treebdaa24c4f5284cdb6f0db603b5bb9b5e5ed5df61 /cscript
parent45841f333f295200ec461607f85d64e7b1e99249 (diff)
Use fixed-version asdcplib-cth dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f528ae37..75158956 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', '53d49ac'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'cth'))
+ return (('libcxml', '53d49ac'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.0'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory