remove misspelled unused define
This commit is contained in:
parent
1cf6661196
commit
2b53558e66
@ -52,7 +52,6 @@ def build(bld):
|
|||||||
obj.target = 'ardourvampplugins'
|
obj.target = 'ardourvampplugins'
|
||||||
obj.uselib = 'FFTW3F VAMPSDK'
|
obj.uselib = 'FFTW3F VAMPSDK'
|
||||||
obj.use = 'libvampplugin libqmdsp'
|
obj.use = 'libvampplugin libqmdsp'
|
||||||
obj.defines = [ 'ARDOUR_VAMP_PLUGINS_DLL_EPORTS' ]
|
|
||||||
autowaf.ensure_visible_symbols (obj, True)
|
autowaf.ensure_visible_symbols (obj, True)
|
||||||
if bld.is_defined('HAVE_AUBIO4'):
|
if bld.is_defined('HAVE_AUBIO4'):
|
||||||
obj.source += ' Onset.cpp '
|
obj.source += ' Onset.cpp '
|
||||||
|
Loading…
Reference in New Issue
Block a user