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