summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-26 15:10:29 +0000
committerCarl Hetherington <cth@carlh.net>2016-11-26 15:10:29 +0000
commit71f5d09991c8c6362484075f9317e5cb9efd8e4c (patch)
tree53e0b57f1cc18f28a1b1ca2eafb66818e7123a6b /cscript
parentb03e9d487b95c65f05e8a9806be94bc0bee57b53 (diff)
parentfef6c4b1f5e9ff7150dc5163bd3494e4bd64556f (diff)
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 78ccf518..2f5f6f76 100644
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
def dependencies(target):
if target.platform == 'windows' and target.version == 'xp':
- return (('libcxml', 'v0.15.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '162963e'))
+ return (('libcxml', 'v0.15.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.3'))
else:
- return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '162963e'))
+ return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.3'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory