summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-20 22:00:04 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-20 22:00:04 +0100
commit99b735444702d2d89aec9f664c873cbdb3868e7a (patch)
tree6c2fea6e0549f53745d096a2683179cc5b22d2d9
parentbd879ccdd0c0b06a55026c63d3a1b231af991eac (diff)
Build deps on windows.v0.74.1
-rw-r--r--cscript7
1 files changed, 2 insertions, 5 deletions
diff --git a/cscript b/cscript
index 439118a9..278b6c91 100644
--- 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()