mirror of https://github.com/xemu-project/xemu.git
scripts/archive-source.sh: Fix xemu subproject deps
This commit is contained in:
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=$?
|
||||
|
|
Loading…
Reference in New Issue