From: Carl Hetherington Date: Tue, 5 May 2015 08:28:44 +0000 (+0100) Subject: Specify libcxml revision. X-Git-Tag: v1.1.0~66^2~1 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=1818e757be5a2c462edbca3e38743e9b037a8e90;p=libdcp.git Specify libcxml revision. --- diff --git a/cscript b/cscript index e3926837..b7f86daa 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', None), ('openjpeg-cdist', '5d8bffd')) + return (('libcxml', 'f35787e'), ('openjpeg-cdist', '5d8bffd')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory