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