aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-06 19:55:42 +0000
committerDavid Robillard <d@drobilla.net>2011-11-06 19:55:42 +0000
commit2d06cd3e754f37c79c707a27d22dc27db72495ec (patch)
tree0adadcb7cec2d1ab94d1235ac7932d99f814aa46 /plugins/eg-amp.lv2/wscript
parent25bf55a64172a9be67331a15d4338e2a3427b1d2 (diff)
downloadlv2-2d06cd3e754f37c79c707a27d22dc27db72495ec.tar.xz
Load waf tools first
Diffstat (limited to 'plugins/eg-amp.lv2/wscript')
-rw-r--r--plugins/eg-amp.lv2/wscript7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/eg-amp.lv2/wscript b/plugins/eg-amp.lv2/wscript
index 377e067..844fe50 100644
--- a/plugins/eg-amp.lv2/wscript
+++ b/plugins/eg-amp.lv2/wscript
@@ -13,15 +13,14 @@ top = '.'
out = 'build'
def options(opt):
- autowaf.set_options(opt)
opt.load('compiler_c')
+ autowaf.set_options(opt)
def configure(conf):
- autowaf.configure(conf)
-
+ conf.load('compiler_c')
conf.line_just = 51
+ autowaf.configure(conf)
autowaf.display_header('Amp Configuration')
- conf.load('compiler_c')
autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/lv2core/lv2.h')