Compiling on Android

This commit is contained in:
def 2015-03-14 11:29:20 +01:00
parent 6f4c7a1d41
commit 0fd857b410

View file

@ -18,6 +18,8 @@
#define PLAT_NAME CONF_PLATFORM_STRING "-x86"
#elif defined(CONF_ARCH_AMD64)
#define PLAT_NAME CONF_PLATFORM_STRING "-x86_64"
#else
#define PLAT_NAME CONF_PLATFORM_STRING "-unsupported"
#endif
#endif