From f277984e5e452c20a14e2fed8cec3812a28b88af Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Sep 2013 13:09:40 +0100 Subject: Build deps on Windows too. --- cscript | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cscript') 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() -- cgit v1.2.3