iOS: Disable os.execute() when building for iOS >= 8.0.
Thanks to Vyacheslav Egorov.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
LJLIB_CF(os_execute)
|
||||
{
|
||||
#if LJ_TARGET_CONSOLE
|
||||
#if LJ_NO_SYSTEM
|
||||
#if LJ_52
|
||||
errno = ENOSYS;
|
||||
return luaL_fileresult(L, 0, NULL);
|
||||
|
||||
Reference in New Issue
Block a user