From 61c1956ef994483d92828169b7b032d5520d2256 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Oct 2013 15:02:20 -0400 Subject: add -fvisibility=hidden to evoral, and make things work --- libs/backends/jack/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/backends') diff --git a/libs/backends/jack/wscript b/libs/backends/jack/wscript index d76ec095ca..1e913bb18c 100644 --- a/libs/backends/jack/wscript +++ b/libs/backends/jack/wscript @@ -42,6 +42,8 @@ def build(bld): obj.defines = ['PACKAGE="' + I18N_PACKAGE + '"', 'ARDOURBACKEND_DLL_EXPORTS' ] + if bld.is_defined ('INTERNAL_SHARED_LIBS'): + obj.defines += [ 'LIBARDOUR_DLL=1', 'LIBPBD_DLL=1', 'LIBEVORAL_DLL=1' ] # # device discovery code in the jack backend needs ALSA -- cgit v1.2.3