Skip to content

Commit

Permalink
(libnx) Add buildbot server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Sep 28, 2018
1 parent 29b4da6 commit 4a305a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,8 @@ static char buildbot_server_url[] = "";
#endif
#elif defined(WIIU)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/";
#elif defined(HAVE_LIBNX)
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/libnx/latest/";
#elif defined(__CELLOS_LV2__) && defined(DEX_BUILD)
static char buildbot_server_url[] = "http://libretro.xbins.org/libretro/nightly/playstation/ps3/latest/dex-ps3/";
#elif defined(__CELLOS_LV2__) && defined(CEX_BUILD)
Expand Down

0 comments on commit 4a305a8

Please sign in to comment.