mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Toolchain: Build the x86_64 target in addition to i386 in BuildQemu.sh
This commit is contained in:
parent
9683b10aec
commit
5b909a94e7
Notes:
sideshowbarker
2024-07-18 11:28:59 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/5b909a94e75 Pull-request: https://github.com/SerenityOS/serenity/pull/8258
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ echo Using $UI_LIB based UI
|
|||
pushd "$DIR/Build/$ARCH"
|
||||
pushd qemu
|
||||
"$DIR"/Tarballs/$QEMU_VERSION/configure --prefix="$PREFIX" \
|
||||
--target-list=i386-softmmu \
|
||||
--target-list=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