diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-17 20:06:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-17 20:06:05 +0000 |
| commit | c4bddfdf2a712677d43cb50efe74eacd76a04c92 (patch) | |
| tree | 84c84cc18fc9f96073e21c436e25e1a913120bb1 | |
| parent | 68024e7fc3de0f69c2f2d56a5b837ffd4aeb5f43 (diff) | |
Bump asdcplib for arch build fixes.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ import os 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', 'v0.15.6'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '29e78e8')) + return (('libcxml', 'v0.15.6'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '8259318')) else: - return (('libcxml', 'v0.15.6'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', '29e78e8')) + return (('libcxml', 'v0.15.6'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', '8259318')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
