diff options
author | David Robillard <d@drobilla.net> | 2011-07-07 20:19:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-07-07 20:19:28 +0000 |
commit | a8776ce0398b2cd9169497a8bed61587bf06dea3 (patch) | |
tree | d159562ea88f6caa0d58d5fae0dc9e514975cd62 /plugins/eg-amp.lv2/wscript | |
parent | 6a8890125eb77dac87324e197aab09e8e098a973 (diff) | |
download | lv2-a8776ce0398b2cd9169497a8bed61587bf06dea3.tar.xz |
Remove cruft.
Diffstat (limited to 'plugins/eg-amp.lv2/wscript')
-rw-r--r-- | plugins/eg-amp.lv2/wscript | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/eg-amp.lv2/wscript b/plugins/eg-amp.lv2/wscript index e6a906a..377e067 100644 --- a/plugins/eg-amp.lv2/wscript +++ b/plugins/eg-amp.lv2/wscript @@ -38,14 +38,6 @@ def configure(conf): conf.env['LV2DIR']) print('') -def build_plugin(bld, lang, bundle, name, source, cflags=[], libs=[]): - - if cflags != []: - obj.cflags = cflags - obj.cxxflags = cflags - if libs != []: - autowaf.use_lib(bld, obj, libs) - def build(bld): bundle = 'eg-amp.lv2' |