From efb32ed996ce74cebf512ae37b3e0bfe5177b825 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Jun 2013 16:32:11 +0100 Subject: Add libcxml dep to cscript. --- cscript | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index 668805c2..24f82c86 100644 --- a/cscript +++ b/cscript @@ -1,5 +1,12 @@ import os +def dependencies(target): + if target.platform == 'windows': + return () + else: + # XXX: should be some versions in here + return (('libcxml', None)) + def build(target): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': -- cgit v1.2.3