mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
add -fvisibility=default back to cxx/cflags when building QM DSP and VAMP plugins libs, because ... ugh
This commit is contained in:
parent
26a9e28922
commit
4b3feefa55
2 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ def build(bld):
|
|||
obj.target = 'ardourvampplugins'
|
||||
obj.uselib = 'FFTW3F'
|
||||
obj.use = 'libvampplugin libqmdsp'
|
||||
obj.defines = [ 'ARDOUR_VAMP_PLUGINS_DLL_EPORTS' ]
|
||||
obj.cxxflags = [ '-fvisibility=default' ]
|
||||
obj.cflags = [ '-fvisibility=default' ]
|
||||
if bld.is_defined('HAVE_AUBIO'):
|
||||
obj.source += ' Onset.cpp '
|
||||
obj.uselib += ' AUBIO '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue