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=""
|
sub_deinit=""
|
||||||
|
|
||||||
# xemu only
|
# xemu only
|
||||||
subbprojects="keycodemapdb berkeley-softfloat-3"
|
subprojects="keycodemapdb berkeley-softfloat-3 berkeley-testfloat-3
|
||||||
subprojects="glslang SPIRV-Reflect volk VulkanMemoryAllocator
|
glslang SPIRV-Reflect volk VulkanMemoryAllocator nv2a_vsh_cpu
|
||||||
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui implot genconfig"
|
tomlplusplus cpp-httplib xxhash imgui implot genconfig"
|
||||||
|
|
||||||
function cleanup() {
|
function cleanup() {
|
||||||
local status=$?
|
local status=$?
|
||||||
|
|
Loading…
Reference in New Issue