mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-25 12:20:48 +00:00
(Apple/ARM64) Set __aarch64__ for Core Updater URL
This commit is contained in:
parent
1ece33337c
commit
d5c23fc7c6
@ -1346,6 +1346,8 @@ static const bool enable_device_vibration = false;
|
||||
#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/apple/osx/x86_64/latest/"
|
||||
#elif defined(__i386__) || defined(__i486__) || defined(__i686__)
|
||||
#define DEFAULT_BUILDBOT_SERVER_URL "http://bot.libretro.com/nightly/apple/osx/x86/latest/"
|
||||
#elif defined(__aarch64__)
|
||||
#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/apple/osx/arm64/latest/"
|
||||
#else
|
||||
#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/apple/osx/ppc/latest/"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user