Skip to content
Snippets Groups Projects
Commit 89ae3ed3 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix webrtc symbol visibility on mac

parent fc606a23
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,8 @@ ...@@ -44,10 +44,8 @@
#ifdef LL_MAKEDLL #ifdef LL_MAKEDLL
#ifdef WEBRTC_WIN #ifdef WEBRTC_WIN
#define LLSYMEXPORT __declspec(dllexport) #define LLSYMEXPORT __declspec(dllexport)
#elif WEBRTC_LINUX
#define LLSYMEXPORT __attribute__((visibility("default")))
#else #else
#define LLSYMEXPORT /**/ #define LLSYMEXPORT __attribute__((visibility("default")))
#endif #endif
#else #else
#define LLSYMEXPORT /**/ #define LLSYMEXPORT /**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment