summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-04 13:09:40 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-04 13:09:40 +0100
commitf277984e5e452c20a14e2fed8cec3812a28b88af (patch)
tree3bd996e8e549e04db1eddaa059238cc6e962d91a /cscript
parentc1cde19b2388c23123c1be17fe54bad9ae3ff1cc (diff)
Build deps on Windows too.
Diffstat (limited to 'cscript')
-rw-r--r--cscript7
1 files changed, 2 insertions, 5 deletions
diff --git a/cscript b/cscript
index 69ed4bbbb..405d0af0d 100644
--- a/cscript
+++ b/cscript
@@ -3,11 +3,8 @@ import shutil
import os
def dependencies(target):
- if target.platform == 'windows':
- return ()
- else:
- return (('ffmpeg-cdist', '61d7015f7c79f97e9af00bacedc856e195538a44'),
- ('libdcp', '08f4fe13bbff1a674930d55ab95fd181ebd0c265'))
+ return (('ffmpeg-cdist', '61d7015f7c79f97e9af00bacedc856e195538a44'),
+ ('libdcp', '08f4fe13bbff1a674930d55ab95fd181ebd0c265'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()