Skip to content

Commit

Permalink
scripts/archive-source.sh: Fix xemu subproject deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 9, 2025
1 parent 26db3b5 commit f417d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/archive-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit f417d8b

Please sign in to comment.