diff options
author | David Robillard <d@drobilla.net> | 2018-01-05 16:27:31 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-01-05 16:27:31 -0500 |
commit | c7fc25e43978c0c584e2e01498ff69df700320a3 (patch) | |
tree | 5fefabfcf415d52cab9c60ad946e854a7cff9c41 /lv2 | |
parent | 39c7c726cd52b2863fcea356cafe1bcab2ba7f37 (diff) | |
download | lv2-c7fc25e43978c0c584e2e01498ff69df700320a3.tar.xz |
Upgrade to waf 2.0.4
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
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('') |