RetroArch/libretro-common
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
..
2019-07-09 09:23:47 +02:00
2019-02-03 16:00:50 -08:00
2019-04-12 17:32:11 +01:00
2019-07-08 16:06:35 -04:00
2019-06-22 14:52:29 +02:00
2019-04-12 17:32:11 +01:00
2019-07-08 16:06:35 -04:00
2019-01-17 19:39:38 -08:00
2019-04-30 11:16:14 +02:00
2019-02-03 16:00:50 -08:00
2019-07-09 09:23:47 +02:00