summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-28 21:16:13 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-28 21:16:13 +0000
commit77e4bc52cd7db0e14e66147d04467c0cbda9e437 (patch)
tree9edf9631b0c7cc438c7cfcdfd4c5271ed7e73c58 /cscript
parent60ca129e2fbbb65e9b3051fb3da8448a3cb22f84 (diff)
parent4ebd547cd358457fea8aa78d58c591229c0e2df3 (diff)
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5f19eff3..d25963cb 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'carl'))
+ return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'cth'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory