mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Meta: Mention aarch64 as a supported TARGET in serenity.sh's help
This commit is contained in:
parent
0b4671add7
commit
2b70f32876
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ print_help() {
|
||||||
NAME=$(basename "$ARG0")
|
NAME=$(basename "$ARG0")
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage: $NAME COMMAND [TARGET] [ARGS...]
|
Usage: $NAME COMMAND [TARGET] [ARGS...]
|
||||||
Supported TARGETs: i686, x86_64, lagom. Defaults to SERENITY_ARCH, or i686 if not set.
|
Supported TARGETs: aarch64, i686, x86_64, lagom. Defaults to SERENITY_ARCH, or i686 if not set.
|
||||||
Supported COMMANDs:
|
Supported COMMANDs:
|
||||||
build: Compiles the target binaries, [ARGS...] are passed through to ninja
|
build: Compiles the target binaries, [ARGS...] are passed through to ninja
|
||||||
install: Installs the target binary
|
install: Installs the target binary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue