From 4979f2f4520ea29c263175c091b81fe851bf87b6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 4 Dec 2014 21:55:00 +0100 Subject: build: update to waf 1.8.4 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index ae7ef4187b..6d1829c807 100644 --- a/wscript +++ b/wscript @@ -834,7 +834,7 @@ def is_debug_build(ctx): def configure(ctx): ctx.resetenv(ctx.options.variant) - ctx.check_waf_version(mini='1.8.1') + ctx.check_waf_version(mini='1.8.4') target = os.environ.get('TARGET') (cc, pkg_config, ar, windres) = ('cc', 'pkg-config', 'ar', 'windres') -- cgit v1.2.3