mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
scripts/archive-source.sh: Fix xemu subproject deps
This commit is contained in:
committed by
mborgerson
parent
26db3b504f
commit
f417d8b7ae
@ -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=$?
|
||||
|
||||
Reference in New Issue
Block a user