devx: fix build sdk script options for macos

This commit is contained in:
Valere 2026-04-21 15:34:01 +02:00
parent 7f198155f2
commit 283fd2970a
2 changed files with 19 additions and 7 deletions

View file

@ -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.