mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(OSX) Set up default buildbot URLs for OSX
This commit is contained in:
parent
cb40a28340
commit
e44087d62a
@ -651,6 +651,12 @@ static char buildbot_server_url[] = "";
|
|||||||
#endif
|
#endif
|
||||||
#elif defined(IOS)
|
#elif defined(IOS)
|
||||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/ios/latest/";
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/ios/latest/";
|
||||||
|
#elif defined(OSX)
|
||||||
|
#if defined(__x86_64__)
|
||||||
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/osx-x86_64/latest/";
|
||||||
|
#elif defined(__i386__) || defined(__i486__) || defined(__i686__)
|
||||||
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/osx-i386/latest/";
|
||||||
|
#endif
|
||||||
#elif defined(_WIN32) && !defined(_XBOX)
|
#elif defined(_WIN32) && !defined(_XBOX)
|
||||||
#if defined(__x86_64__)
|
#if defined(__x86_64__)
|
||||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/win-x86_64/latest/";
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/win-x86_64/latest/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user