summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-14 17:02:57 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-14 17:02:57 +0000
commitcab0005c7370a1101df604838ea214eb741098d7 (patch)
tree2b2e1b3f5bc279017a613c0b32942a81b293a6a4 /cscript
parent5dda5d997e389052b63f422776aa205434789751 (diff)
parentce32d6cd30b916acc30d19241168ad4e41be6bda (diff)
Merge branch '1.0' of git.carlh.net: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 2f5f6f76..9be355e6 100644
--- a/cscript
+++ b/cscript
@@ -37,7 +37,7 @@ def dependencies(target):
if target.platform == 'windows' and target.version == 'xp':
return (('libcxml', 'v0.15.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.3'))
else:
- return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.3'))
+ return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '8ea62cc'), ('asdcplib-cth', 'v0.1.3'))
def build(target, options):
cmd = './waf configure --disable-examples --prefix=%s' % target.directory