Fix thinko in dependencies specification.
authorCarl Hetherington <cth@carlh.net>
Wed, 15 Jun 2016 21:41:02 +0000 (22:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 15 Jun 2016 21:41:02 +0000 (22:41 +0100)
cscript

diff --git a/cscript b/cscript
index dd9fa7603cab149b7074b68756364541358eefc2..956ce5f6d1372a663b5994dd862b3c0f38f08094 100644 (file)
--- a/cscript
+++ b/cscript
@@ -35,9 +35,9 @@ import os
 
 def dependencies(target):
     if target.platform == 'windows' and target.version == 'xp':
-        return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'd2042ad'))
-    else:
         return (('libcxml', 'v0.15.1'), ('openjpeg-cdist',  '5d8bffd'), ('asdcplib-cth', 'd2042ad'))
+    else:
+        return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'd2042ad'))
 
 def build(target, options):
     cmd = './waf configure --disable-examples --prefix=%s' % target.directory