mirror of
https://github.com/libretro/RetroArch
synced 2025-02-18 00:40:36 +00:00
(samples/tasks/database) Add hardcoded extensions for OSX
This commit is contained in:
parent
639152e291
commit
25ab35b7d0
@ -36,8 +36,10 @@ int main(int argc, char *argv[])
|
|||||||
const char *core_dir = NULL;
|
const char *core_dir = NULL;
|
||||||
const char *input_dir = NULL;
|
const char *input_dir = NULL;
|
||||||
const char *playlist_dir = NULL;
|
const char *playlist_dir = NULL;
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32)
|
||||||
const char *exts = "dll";
|
const char *exts = "dll";
|
||||||
|
#elif defined(__MACH__)
|
||||||
|
const char *exts = "dylib";
|
||||||
#else
|
#else
|
||||||
const char *exts = "so";
|
const char *exts = "so";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user