Skip to content

Commit

Permalink
Update src/doc/rustc/src/platform-support/fuchsia.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Pollack <andrewpkq@gmail.com>
  • Loading branch information
diminishedprime and andrewpollack authored Sep 6, 2022
1 parent dd89792 commit 056d633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support/fuchsia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 056d633

Please sign in to comment.