mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Add --build
and --emulator-x86
to ./mach bootstrap-android
This allows not downloading dependencies that are not needed for a praticular task.
This commit is contained in:
parent
597f7c1cc6
commit
89e1878bd6
5 changed files with 41 additions and 31 deletions
|
@ -249,7 +249,7 @@ linker = "lld-link.exe"
|
|||
|
||||
#### Cross-compilation for Android
|
||||
|
||||
Run `./mach bootstrap-android` to get Android-specific tools. See wiki for
|
||||
Run `./mach bootstrap-android --build` to get Android-specific tools. See wiki for
|
||||
[details](https://github.com/servo/servo/wiki/Building-for-Android).
|
||||
|
||||
## The Rust compiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue