diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-03 22:01:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-03 22:01:24 +0100 |
| commit | ee17cf3649e9c70e873c2768c446d040f439827a (patch) | |
| tree | 98f2ec3981197e8d1cc9b92dd10c36299c0d5ad9 /cscript | |
| parent | 89d5fe15b399eae5afad0b856f2d7b267a1c86c0 (diff) | |
Use release version of asdcplib-cth.
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.1'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'bc41241')) + return (('libcxml', 'v0.15.1'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'v0.1.2')) else: - return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'bc41241')) + return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.2')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
