From ab45927dea48db6c9bf661c0bb51fbc412a2ed9a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Jan 2014 13:41:41 +0000 Subject: Tweak cscript for compatibility with updated cdist. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 9de6c30d..a40e2ff7 100644 --- a/cscript +++ b/cscript @@ -1,9 +1,9 @@ import os def dependencies(target): - return (('libcxml', 'v0.08'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9')) + return (('libcxml', '890fb170eb4acb4af0e67d204b32b2d9fa1512c6'), ('openjpeg-cdist', 'f4c50012f1ed3f2e40239a4c856e83a16b98e5d9')) -def build(target): +def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': cmd += ' --static' -- cgit v1.2.3