qemu: fix x86 builds
This commit is contained in:
parent
fc11b2dc1c
commit
ddea274666
@ -39,6 +39,10 @@ share/qemu
|
||||
termux_step_configure() {
|
||||
termux_setup_ninja
|
||||
|
||||
if [ "$TERMUX_ARCH" = "i686" ]; then
|
||||
LDFLAGS+=" -latomic"
|
||||
fi
|
||||
|
||||
local QEMU_TARGETS=""
|
||||
|
||||
# System emulation.
|
||||
|
Loading…
Reference in New Issue
Block a user