diff options
| author | Marco Vanotti <mvanotti@google.com> | 2019-08-01 13:48:21 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-08-14 09:34:25 +0200 |
| commit | 4f6396e9363fbc41966036f62d501017f0c854d7 (patch) | |
| tree | 5ceb116c0826b1430219b76e402a457b8c50c4b4 /docs | |
| parent | 34176e0895bc10f0a2427293e14b103f6364ae2c (diff) | |
docs/fuchsia: add bundles:tools to fuchsia build args
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fuchsia/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuchsia/README.md b/docs/fuchsia/README.md index 7f18bf448..472362c0e 100644 --- a/docs/fuchsia/README.md +++ b/docs/fuchsia/README.md @@ -85,14 +85,14 @@ Syscall descriptions live in the `sys/fuchsia` folder. To update a syscall, you To build fuchsia run: ```shell -$ fx --dir "out/x64" set core.x64 +$ fx --dir "out/x64" set core.x64 --with-base "//bundles:tools" $ fx clean-build ``` And ```shell -$ fx --dir "out/arm64" set core.arm64 +$ fx --dir "out/arm64" set core.arm64 --with-base "//bundles:tools" $ fx clean-build ``` |
