aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpm.c')
-rw-r--r--src/lpm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lpm.c b/src/lpm.c
index c0104cd..8dd2dff 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -1065,6 +1065,8 @@ static const luaL_Reg system_lib[] = {
#ifndef ARCH_PLATFORM
#if _WIN32
#define ARCH_PLATFORM "windows"
+ #elif __ANDROID__
+ #define ARCH_PLATFORM "android"
#elif __linux__
#define ARCH_PLATFORM "linux"
#elif __APPLE__