scripts/archive-source.sh: Fix xemu subproject deps

This commit is contained in:
Matt Borgerson
2025-01-09 14:06:34 -07:00
committed by mborgerson
parent 26db3b504f
commit f417d8b7ae

View File

@ -34,9 +34,9 @@ subprojects="keycodemapdb libvfio-user berkeley-softfloat-3
sub_deinit=""
# xemu only
subbprojects="keycodemapdb berkeley-softfloat-3"
subprojects="glslang SPIRV-Reflect volk VulkanMemoryAllocator
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui implot genconfig"
subprojects="keycodemapdb berkeley-softfloat-3 berkeley-testfloat-3
glslang SPIRV-Reflect volk VulkanMemoryAllocator nv2a_vsh_cpu
tomlplusplus cpp-httplib xxhash imgui implot genconfig"
function cleanup() {
local status=$?