summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-04 12:26:29 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-04 12:26:29 +0100
commit33486222b46a778dc3a4781bdbff07821304d8c8 (patch)
treea4a9c1b87960571c13f2c4b1995900d20129e3fc /cscript
parent521a90ad5e9834abcbec74c8384f156929f27ac6 (diff)
Build deps on windows too.
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/cscript b/cscript
index 56691075..f21073f1 100644
--- a/cscript
+++ b/cscript
@@ -1,10 +1,7 @@
import os
def dependencies(target):
- if target.platform == 'windows':
- return ()
- else:
- return (('libcxml', 'v0.05'), ('openjpeg-cdist', '6771627cfa63e315d2e23d81669cafcdc66ddc9f'))
+ return (('libcxml', 'v0.05'), ('openjpeg-cdist', '6771627cfa63e315d2e23d81669cafcdc66ddc9f'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()