From de0b087666608b031eb15315bbbae4ecdede07ee Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 21 Jan 2015 06:51:45 +0100 Subject: [PATCH] (Android) Buildfix --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 07f7b2b8e4..de3bc3379c 100644 --- a/config.def.h +++ b/config.def.h @@ -647,6 +647,8 @@ static const bool input_descriptor_hide_unbound = false; static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/armeabi-v7a/"; #elif defined(ANDROID_X86) static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/x86/"; +#else +static char buildbot_server_url[] = ""; #endif #elif defined(IOS) static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/ios/latest/";