Open huangqiaobo opened 6 years ago
when i run ../../build-ios/build.sh
../js/src/shell/js.cpp:3776:18: error: call to unavailable function 'system': not available on iOS int result = system(command.ptr());
i try to build spidermonkey to support bitcode, but failed. system has been deleted by apple at iOS11
ha. Yes, I haven't used iOS + spidermonkey in a while. sorry, I can't help you with this.
when i run ../../build-ios/build.sh
i try to build spidermonkey to support bitcode, but failed. system has been deleted by apple at iOS11