diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-14 17:02:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-14 17:02:57 +0000 |
| commit | cab0005c7370a1101df604838ea214eb741098d7 (patch) | |
| tree | 2b2e1b3f5bc279017a613c0b32942a81b293a6a4 /cscript | |
| parent | 5dda5d997e389052b63f422776aa205434789751 (diff) | |
| parent | ce32d6cd30b916acc30d19241168ad4e41be6bda (diff) | |
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
