From aafc03aab39f607b1dc201371ccf481f89636123 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Jun 2014 17:13:50 +0200 Subject: wscript: update waf version check to the version in bootstrap.py --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 8780cb220e..814acb102f 100644 --- a/wscript +++ b/wscript @@ -772,7 +772,7 @@ def is_debug_build(ctx): return getattr(ctx.options, 'enable_debug-build') def configure(ctx): - ctx.check_waf_version(mini='1.7.13') + ctx.check_waf_version(mini='1.7.15') target = os.environ.get('TARGET') (cc, pkg_config, windres) = ('cc', 'pkg-config', 'windres') -- cgit v1.2.3