From 401998a2b3c588a479e5d0b42f4a327481b46dc0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Mar 2016 21:08:16 +0000 Subject: [PATCH] Incorrectly-expressed dependency. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 1482977..473cac2 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'v0.1.0'), ('libcxml', '0.15.1')) + return (('asdcplib-cth', 'v0.1.0'), ('libcxml', 'v0.15.1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory -- 2.30.2