diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:32:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:32:42 +0100 |
| commit | 89d5fe15b399eae5afad0b856f2d7b267a1c86c0 (patch) | |
| tree | a795c7b2757af5f4940fc84815d3c0936b3e1777 /cscript | |
| parent | 74cbdf6bda1ebb2c33e873d03c731ce3e5baaf11 (diff) | |
asdcp headers moved into subdirectory.
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', 'd2042ad')) + return (('libcxml', 'v0.15.1'), ('openjpeg-cdist', '5d8bffd'), ('asdcplib-cth', 'bc41241')) else: - return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'd2042ad')) + return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'bc41241')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
