diff options
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,9 +39,9 @@ option_defaults = { 'jpeg': 'oj2' } def dependencies(target, options): libcxml = ('libcxml', 'v0.17.0') if (target.platform == 'windows' and target.version == 'xp') or options['jpeg'] == 'oj1': - return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'macos')) else: - return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'carl')) + return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'macos')) def build(target, options): cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory |
