kennytm/rust-ios-android

Can not run make_standalone_toolchain.py

Closed this issue · 4 comments

In the build instruction, Step 3
when I run ./create-ndk-standalone.sh
it says:

make_standalone_toolchain.py: error: unrecognized arguments: --unified-headers

Not reproducible with NDK r15c. Are you using NDK r16?

@kennytm the NDK version is

16.0.4414007 rc2

@huiyujie OK thanks. Does it work if we simply remove the string --unified-headers from create-ndk-standalone.sh?

Closing, as there is no response from OP and 42fd0fa already removed the --unified-headers flag.