Fix QEMU Build
Some checks failed
CI / Test (Client) (push) Waiting to run
CI / Test (Server) (push) Waiting to run
CI / Build Example Mods (push) Waiting to run
CI / Release (push) Blocked by required conditions
CI / Build (AMD64, Server) (push) Failing after 8m0s
CI / Build (AMD64, Client) (push) Successful in 12m20s
CI / Build (ARM64, Server) (push) Failing after 8m36s
CI / Build (ARM64, Client) (push) Successful in 13m48s
CI / Build (ARMHF, Client) (push) Has been cancelled
CI / Build (ARMHF, Server) (push) Has been cancelled
Some checks failed
CI / Test (Client) (push) Waiting to run
CI / Test (Server) (push) Waiting to run
CI / Build Example Mods (push) Waiting to run
CI / Release (push) Blocked by required conditions
CI / Build (AMD64, Server) (push) Failing after 8m0s
CI / Build (AMD64, Client) (push) Successful in 12m20s
CI / Build (ARM64, Server) (push) Failing after 8m36s
CI / Build (ARM64, Client) (push) Successful in 13m48s
CI / Build (ARMHF, Client) (push) Has been cancelled
CI / Build (ARMHF, Server) (push) Has been cancelled
This commit is contained in:
parent
03c7c50d48
commit
823495a811
1
dependencies/qemu/CMakeLists.txt
vendored
1
dependencies/qemu/CMakeLists.txt
vendored
@ -30,6 +30,7 @@ ExternalProject_Add(qemu
|
||||
"--cross-prefix="
|
||||
"--cc=${CMAKE_C_COMPILER}"
|
||||
"--cxx=${CMAKE_CXX_COMPILER}"
|
||||
"--extra-ldflags=-ldl"
|
||||
"--disable-debug-info"
|
||||
"--target-list=arm-linux-user"
|
||||
"--without-default-features"
|
||||
|
Loading…
x
Reference in New Issue
Block a user