Skip to content

Commit

Permalink
Update config.def.h
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 authored Dec 23, 2017
1 parent ca3c101 commit 2899d62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -690,11 +690,11 @@ static char buildbot_server_url[] = "";
#elif defined(WIIU)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/";
#elif defined(__CELLOS_LV2__) && defined(DEX_BUILD)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/dex-ps3";
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/dex-ps3/";
#elif defined(__CELLOS_LV2__) && defined(CEX_BUILD)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/cex-ps3";
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/cex-ps3/";
#elif defined(__CELLOS_LV2__) && defined(ODE_BUILD)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/ode-ps3";
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/ode-ps3/";
#else
static char buildbot_server_url[] = "";
#endif
Expand Down

0 comments on commit 2899d62

Please sign in to comment.