mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Add 'elf' as executable extension for Linux when compiling with
non-HAVE_DYNAMIC
This commit is contained in:
parent
f6bcc209ab
commit
4d8e579779
@ -140,6 +140,9 @@ bool frontend_driver_get_core_extension(char *s, size_t len)
|
||||
#elif defined(GEKKO)
|
||||
strlcpy(s, "dol", len);
|
||||
return true;
|
||||
#elif defined(__linux__)
|
||||
strlcpy(s, "elf", len);
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user