mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
04e9cef462
On OSX, `dlopen()` default to`RTLD_GLOBAL` while linux defaults to `RTLD_LOCAL`. so on OSX, it can cause issue with false positively detecting shared library as statically linked, as was the case with `Play!`.