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

This commit is contained in:
TheBrokenRail 2024-05-11 21:43:28 -04:00
parent 03c7c50d48
commit 823495a811

View File

@ -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"