RetroArch/libretro-common/dynamic
Zer0xFF 04e9cef462
explicit use flag RTLD_LOCAL with dlopen()
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!`.
2019-07-09 14:42:23 +01:00
..
dylib.c explicit use flag RTLD_LOCAL with dlopen() 2019-07-09 14:42:23 +01:00