diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-09 20:26:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-09 20:26:03 +0000 |
| commit | 1daf08194e15737e2c5ba37a55f0047d8b9941e2 (patch) | |
| tree | 9448cdf2261e67600783a4441970da1b9ff34966 /cscript | |
| parent | a75ee96cc27efcbb3c4ebb26fdf602f013d3a9e8 (diff) | |
| parent | 4bdc3a8c1d2e6aeb37afd461eafa7e809821b042 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcp
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ def dependencies(target, options): if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'): return (('libcxml', 'a8d8cba'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', 'f3b0fb8')) else: - return (('libcxml', 'a8d8cba'), ('openjpeg2-cdist', '4ce711a'), ('asdcplib-cth', 'f3b0fb8')) + return (('libcxml', 'a8d8cba'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', 'f3b0fb8')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
