diff options
author | Himbeer <himbeer@disroot.org> | 2024-05-26 12:15:46 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-05-26 12:22:24 +0200 |
commit | daa8c4437cf889431264c924100d695f07e2da5e (patch) | |
tree | 6400671a42280e36b19065589c93a31eeff10db5 /README.md | |
parent | ecf3461f924140964ead7f31959987ec75748d65 (diff) |
hwi: Add QEMU
Fixes #21.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ zig build -Dplatform=<PLATFORM> ``` Replace `<PLATFORM>` with the platform you want to build for. -Support options include `qemu` and `lpi4a`. +Supported options include `qemu` and `lpi4a`. See the `src/lib/cfg/platform` directory for the full list. You can also use any other Zig build mode, e.g. `--release=fast`. |