mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
Toolchain: Stop building QEMU with i386 support
This commit is contained in:
parent
4555e3b8d2
commit
401946947c
Notes:
sideshowbarker
2024-07-17 02:08:15 +09:00
Author: https://github.com/mrkct Commit: https://github.com/SerenityOS/serenity/commit/401946947c Pull-request: https://github.com/SerenityOS/serenity/pull/18242 Reviewed-by: https://github.com/karolba ✅
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ echo Using $UI_LIB based UI
|
||||||
|
|
||||||
pushd "$DIR/Build/qemu"
|
pushd "$DIR/Build/qemu"
|
||||||
"$DIR"/Tarballs/$QEMU_VERSION/configure --prefix="$PREFIX" \
|
"$DIR"/Tarballs/$QEMU_VERSION/configure --prefix="$PREFIX" \
|
||||||
--target-list=aarch64-softmmu,i386-softmmu,x86_64-softmmu \
|
--target-list=aarch64-softmmu,x86_64-softmmu \
|
||||||
--enable-$UI_LIB || exit 1
|
--enable-$UI_LIB || exit 1
|
||||||
make -j "$MAKEJOBS" || exit 1
|
make -j "$MAKEJOBS" || exit 1
|
||||||
make install || exit 1
|
make install || exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue