mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
qemu: fix compilation
This commit is contained in:
parent
ea197b4cfe
commit
a6fbe2b84f
@ -13,6 +13,7 @@ dependencies = [
|
||||
"libjpeg",
|
||||
"liborbital",
|
||||
"libpng",
|
||||
"libstdcxx",
|
||||
"llvm18",
|
||||
"mesa",
|
||||
"nghttp2",
|
||||
@ -30,6 +31,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--prefix="/usr"
|
||||
--cross-prefix="${TARGET}"
|
||||
--disable-coroutine-pool
|
||||
--disable-dbus-display
|
||||
--disable-tpm
|
||||
)
|
||||
case "${TARGET}" in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user