Browse Source

Interpret SERVER_CLIENT in posix compiler deps

pull/423/head
clvn justnope 8 years ago
parent
commit
76bbb7fe63
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      posix/JackCompilerDeps_os.h

+ 3
- 1
posix/JackCompilerDeps_os.h View File

@@ -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


Loading…
Cancel
Save