From f74c4629ee01af3d3278bfe30ed6a05a18670827 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 10 Feb 2014 19:07:37 +0000 Subject: Fix linux build. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 46c5f35e..f553a7b7 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'fc7de25')) + return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', 'a644288')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() -- cgit v1.2.3