From c0324a710405a3ec057280244c08af702f4b7968 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 22 Feb 2015 23:45:46 +0100 Subject: [PATCH] (OSX PPC) Add buildbot URL --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 9ceeebbea8..bda549ad3b 100644 --- a/config.def.h +++ b/config.def.h @@ -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__)