Build deps on windows. v0.74.1
authorCarl Hetherington <cth@carlh.net>
Fri, 20 Sep 2013 21:00:04 +0000 (22:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Sep 2013 21:00:04 +0000 (22:00 +0100)
cscript

diff --git a/cscript b/cscript
index 439118a9d74135f4a9c9b420604056a630984a14..278b6c91fd5eb6d636fa4f066ea891a15687db33 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,11 +1,8 @@
 import os
 
 def dependencies(target):
-    if target.platform == 'windows':
-        return ()
-    else:
-        # XXX: should be some versions in here
-        return (('libcxml', '5c4e872c3a155c4af75d8ff963c16da28037ffe8'), ('openjpeg-cdist', None))
+    # XXX: should be some versions in here
+    return (('libcxml', '5c4e872c3a155c4af75d8ff963c16da28037ffe8'), ('openjpeg-cdist', None))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()