mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(OSX PPC) Add buildbot URL
This commit is contained in:
parent
1bf6489da9
commit
c0324a7104
1 changed files with 2 additions and 0 deletions
|
@ -656,6 +656,8 @@ static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/ios/la
|
|||
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/";
|
||||
#else
|
||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/osx-ppc/latest/";
|
||||
#endif
|
||||
#elif defined(_WIN32) && !defined(_XBOX)
|
||||
#if defined(__x86_64__)
|
||||
|
|
Loading…
Add table
Reference in a new issue