diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-09 15:29:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-09 15:29:32 +0000 |
| commit | 6106b2d2b9fc173e2cfa4cbae569ea4177a2779c (patch) | |
| tree | 5fdef265de21d259c5282bba0e4fc65a37919d63 /cscript | |
| parent | 859c0627eae471aa1282c6ba0bb7cec9a16c745f (diff) | |
Bump asdcplib for Debian unstable build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', '213c9f8')) + return (('libcxml', 'v0.15.4'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', '162963e')) else: - return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '213c9f8')) + return (('libcxml', 'v0.15.4'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '162963e')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
