From 76bbb7fe63ebcf32a9e6784126ed8d087bcea83f Mon Sep 17 00:00:00 2001 From: clvn Date: Sun, 31 Dec 2017 05:36:57 +0100 Subject: [PATCH] Interpret SERVER_CLIENT in posix compiler deps --- posix/JackCompilerDeps_os.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/posix/JackCompilerDeps_os.h b/posix/JackCompilerDeps_os.h index 591db5c3..d9cdfd9f 100644 --- a/posix/JackCompilerDeps_os.h +++ b/posix/JackCompilerDeps_os.h @@ -32,8 +32,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #else #define SERVER_EXPORT __attribute__((visibility("default"))) #endif - #else + #elif SERVER_CLIENT #define SERVER_EXPORT __attribute__((visibility("hidden"))) + #else + #define SERVER_EXPORT #endif #else