From c4bddfdf2a712677d43cb50efe74eacd76a04c92 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 17 Jan 2019 20:06:05 +0000 Subject: Bump asdcplib for arch build fixes. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index 177487cb..362b874f 100644 --- a/cscript +++ b/cscript @@ -35,9 +35,9 @@ import os def dependencies(target, options): if (target.platform == 'windows' and target.version == 'xp') or (options is not None and 'jpeg' in options and options['jpeg'] == 'oj1'): - return (('libcxml', 'v0.15.6'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '29e78e8')) + return (('libcxml', 'v0.15.6'), ('openjpeg-cdist', '4233dd7'), ('asdcplib-cth', '8259318')) else: - return (('libcxml', 'v0.15.6'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', '29e78e8')) + return (('libcxml', 'v0.15.6'), ('openjpeg2-cdist', 'c40a3b8'), ('asdcplib-cth', '8259318')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory -- cgit v1.2.3