add -fvisibility=hidden to evoral, and make things work
This commit is contained in:
@@ -24,7 +24,7 @@ def build(bld):
|
||||
obj.export_includes = ['.']
|
||||
obj.defines = [ 'PACKAGE="libardour_panvbap"' ]
|
||||
if bld.is_defined ('INTERNAL_SHARED_LIBS'):
|
||||
obj.defines += [ 'LIBARDOUR_DLL=1', 'LIBCONTROLCP_DLL_=1', 'LIBPBD_DLL=1' ]
|
||||
obj.defines += [ 'LIBARDOUR_DLL=1', 'LIBCONTROLCP_DLL_=1', 'LIBPBD_DLL=1', 'LIBEVORAL_DLL=1' ]
|
||||
obj.includes = ['.']
|
||||
obj.name = 'libardour_panvbap'
|
||||
obj.target = 'panvbap'
|
||||
|
||||
Reference in New Issue
Block a user