add -fvisibility=hidden to evoral, and make things work
This commit is contained in:
@@ -30,7 +30,7 @@ def build(bld):
|
||||
# defines for this library
|
||||
obj.defines = [ 'LIBCONTROLCP_DLL=1', 'LIBCONTROLCP_DLL_EXPORTS=1' ]
|
||||
# internal shared libs that we use
|
||||
obj.defines += [ 'LIBPBD_DLL=1', 'LIBARDOUR_DLL=1' ]
|
||||
obj.defines += [ 'LIBPBD_DLL=1', 'LIBARDOUR_DLL=1', 'LIBEVORAL_DLL=1' ]
|
||||
else:
|
||||
obj = bld.stlib(features = 'c cxx cstlib cxxstlib', source=controlcp_sources)
|
||||
obj.cxxflags = [ '-fPIC' ]
|
||||
|
||||
Reference in New Issue
Block a user