summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-17 17:29:43 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 17:29:43 +0100
commitb070db4c41a65e3d57387251ce8fe9c217263908 (patch)
tree851fdbdfbc17614a46d1bd30f94e0c371ee286e9
parentb954884b1c02bdd590f6f862f60c6824fa86d119 (diff)
macos branchmacos
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index ba4a7e4c..a8977a6e 100644
--- a/cscript
+++ b/cscript
@@ -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