mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-02 10:55:13 +00:00
Update src/doc/rustc/src/platform-support/fuchsia.md
Co-authored-by: Andrew Pollack <andrewpkq@gmail.com>
This commit is contained in:
parent
dd89792715
commit
056d6338c8
@ -414,7 +414,7 @@ Next, we'll build a package manifest as defined by our manifest:
|
||||
|
||||
```sh
|
||||
${SDK_PATH}/tools/${ARCH}/pm \
|
||||
-api-level 8 \
|
||||
-api-level $(${SDK_PATH}/tools/${ARCH}/ffx version -v | grep "api-level" | head -1 | awk -F ' ' '{print $2}') \
|
||||
-o pkg/hello_fuchsia_manifest \
|
||||
-m pkg/hello_fuchsia.manifest \
|
||||
build \
|
||||
|
Loading…
Reference in New Issue
Block a user