mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Meta: Run qemu-system-aarch64 in aarch64 builds in run.sh
This commit is contained in:
parent
00c5e68b11
commit
230ea3754d
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ if [ -z "$SERENITY_QEMU_BIN" ]; then
|
|||
QEMU_BINARY_SUFFIX=".exe"
|
||||
fi
|
||||
fi
|
||||
if [ "$SERENITY_ARCH" = "x86_64" ]; then
|
||||
if [ "$SERENITY_ARCH" = "aarch64" ]; then
|
||||
SERENITY_QEMU_BIN="${QEMU_BINARY_PREFIX}qemu-system-aarch64${QEMU_BINARY_SUFFIX}"
|
||||
elif [ "$SERENITY_ARCH" = "x86_64" ]; then
|
||||
SERENITY_QEMU_BIN="${QEMU_BINARY_PREFIX}qemu-system-x86_64${QEMU_BINARY_SUFFIX}"
|
||||
else
|
||||
SERENITY_QEMU_BIN="${QEMU_BINARY_PREFIX}qemu-system-i386${QEMU_BINARY_SUFFIX}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue