From 387d087fcd0f0d0615c498d5da3cff2a216972dd Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Mon, 31 Jul 2017 09:58:54 -0400 Subject: [PATCH] fix windows buildbot urls to point to the correct folder --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 162a72a73b..1b2c7a6f87 100644 --- a/config.def.h +++ b/config.def.h @@ -612,9 +612,9 @@ static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/window #endif #else #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/windows/x86_64/latest/"; #elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64) -static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/win-x86/latest/"; +static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows/x86/latest/"; #endif #endif #elif defined(__linux__)