Remove Windows XP support and pin asdcplib version.
authorCarl Hetherington <cth@carlh.net>
Sat, 23 Jan 2021 08:49:29 +0000 (09:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 23 Jan 2021 08:49:29 +0000 (09:49 +0100)
cscript

diff --git a/cscript b/cscript
index ba4a7e4c4802505b2b207a88b5654d41bff79143..89ecb5fdfe1f0800b627e171dde8586c86b874e0 100644 (file)
--- a/cscript
+++ b/cscript
@@ -38,10 +38,10 @@ 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'))
+    if options['jpeg'] == 'oj1':
+        return (libcxml, ('openjpeg', 'f166257'), ('asdcplib', 'bb09615'))
     else:
-        return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'carl'))
+        return (libcxml, ('openjpeg', '585b84a'), ('asdcplib', 'bb09615'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --disable-benchmarks --prefix=%s' % target.directory