Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'system' function is unavailable in iOS 11 #84

Open
lizujian opened this issue Sep 15, 2017 · 2 comments
Open

'system' function is unavailable in iOS 11 #84

lizujian opened this issue Sep 15, 2017 · 2 comments

Comments

@lizujian
Copy link

'system' function is unavailable in iOS 11

@ghost
Copy link

ghost commented Nov 6, 2017

static int os_execute (lua_State *L) {
//  lua_pushinteger(L, system(luaL_optstring(L, 1, NULL)));
    lua_pushnil(L);
  return 1;
}

@Trumjo
Copy link

Trumjo commented Jun 8, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants