summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-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()