mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 21:30:33 +00:00
docs/fuchsia: add bundles:tools to fuchsia build args
This commit is contained in:
parent
34176e0895
commit
4f6396e936
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user