From 272d715accff6bad0edef988599152d38484770e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jun 2014 13:28:14 +0100 Subject: Work around bug in cdist that builds dependencies multiple times. --- cscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 2d75992..31add72 100644 --- a/cscript +++ b/cscript @@ -1,8 +1,5 @@ import os -def dependencies(target): - return (('libcxml', '7b4ecc3'),) - def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': -- cgit v1.2.3