From 98db74f28c927855356741f56a23172ed74c4be7 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Sun, 30 Jan 2022 11:37:11 -0800 Subject: [PATCH] remove system define that messes up termux --- client/deps/liblua/luaconf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/deps/liblua/luaconf.h b/client/deps/liblua/luaconf.h index c680f389a..1b9c7bd4d 100644 --- a/client/deps/liblua/luaconf.h +++ b/client/deps/liblua/luaconf.h @@ -13,8 +13,6 @@ #if TARGET_OS_IOS || TARGET_OS_WATCH || TARGET_OS_TV #define system(s) ((s)==NULL ? 0 : -1) #endif // end iOS -#elif defined(__ANDROID__) - #define system(s) ((s)==NULL ? 0 : -1) #endif #include