mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Toolchain: Also build aarch64-softmmu in BuildQemu.sh
This commit is contained in:
parent
72de228695
commit
a900792921
Notes:
sideshowbarker
2024-07-18 05:08:29 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/a9007929219 Pull-request: https://github.com/SerenityOS/serenity/pull/9666
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ echo Using $UI_LIB based UI
|
|||
|
||||
pushd "$DIR/Build/qemu"
|
||||
"$DIR"/Tarballs/$QEMU_VERSION/configure --prefix="$PREFIX" \
|
||||
--target-list=i386-softmmu,x86_64-softmmu \
|
||||
--target-list=aarch64-softmmu,i386-softmmu,x86_64-softmmu \
|
||||
--enable-$UI_LIB || exit 1
|
||||
make -j "$MAKEJOBS" || exit 1
|
||||
make install || exit 1
|
||||
|
|
Loading…
Reference in a new issue