devx: fix build sdk script options for macos
This commit is contained in:
parent
7f198155f2
commit
283fd2970a
2 changed files with 19 additions and 7 deletions
|
|
@ -144,6 +144,11 @@ Prerequisites:
|
|||
export ANDROID_HOME=$HOME/android/sdk
|
||||
```
|
||||
|
||||
* On macos ensure gnu-getopt is installed
|
||||
```
|
||||
brew install gnu-getopt
|
||||
```
|
||||
|
||||
You can then build the Rust SDK by running the script
|
||||
[`tools/sdk/build-rust-sdk`](../tools/sdk/build-rust-sdk). Type
|
||||
`./tools/sdk/build-rust-sdk --help` for help.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue