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

Fix symbol visibility for media_plugin_base on macos

parent f81c648a
No related branches found
No related tags found
No related merge requests found
...@@ -170,10 +170,8 @@ void MediaPluginBase::sendStatus() ...@@ -170,10 +170,8 @@ void MediaPluginBase::sendStatus()
#if LL_WINDOWS #if LL_WINDOWS
# define LLSYMEXPORT __declspec(dllexport) # define LLSYMEXPORT __declspec(dllexport)
#elif LL_LINUX
# define LLSYMEXPORT __attribute__ ((visibility("default")))
#else #else
# define LLSYMEXPORT /**/ # define LLSYMEXPORT __attribute__ ((visibility("default")))
#endif #endif
extern "C" extern "C"
......
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