HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
298 stars 191 forks source link

In ios 11 'system' removed. #643

Closed codeservice closed 7 years ago

codeservice commented 7 years ago
codeservice commented 7 years ago

For quick fix can be excluded in Sys.cpp:

/** sys_command : string -> int

Run the shell command and return exit code

**/ static value sys_command( value cmd ) {

if defined(HX_WINRT) || defined(EMSCRIPTEN) || defined(EPPC) || defined(APPLETV) || defined(IPHONE)

...

mastef commented 6 years ago

Looks like this was fixed in 5f63d23768988ba2a4d4488843afab70d279a593