From 4f6396e9363fbc41966036f62d501017f0c854d7 Mon Sep 17 00:00:00 2001 From: Marco Vanotti Date: Thu, 1 Aug 2019 13:48:21 -0700 Subject: docs/fuchsia: add bundles:tools to fuchsia build args --- docs/fuchsia/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 ``` -- cgit mrf-deployment