mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
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!`. |
||
---|---|---|
.. | ||
dylib.c |