diff options
Diffstat (limited to 'lv2/lv2plug.in')
-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('') |