From c7fc25e43978c0c584e2e01498ff69df700320a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 5 Jan 2018 16:27:31 -0500 Subject: Upgrade to waf 2.0.4 --- lv2/lv2plug.in/ns/lv2core/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/lv2core/wscript b/lv2/lv2plug.in/ns/lv2core/wscript index 339e433..612f40c 100644 --- a/lv2/lv2plug.in/ns/lv2core/wscript +++ b/lv2/lv2plug.in/ns/lv2core/wscript @@ -31,8 +31,8 @@ def configure(conf): conf.fatal( 'os.path.relpath missing, get Python 2.6 or use --copy-headers') - conf.load('compiler_c') - autowaf.configure(conf) + conf.load('compiler_c', cache=True) + conf.load('autowaf', cache=True) autowaf.display_msg(conf, "LV2 bundle directory", conf.env['LV2DIR']) print('') -- cgit v1.2.1