Skip to content

Commit

Permalink
scripts/archive-source.sh: Drop non-xemu deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 6, 2025
1 parent d2e81b1 commit 9cb33dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/archive-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ subprojects="keycodemapdb libvfio-user berkeley-softfloat-3
syn-2-rs unicode-ident-1-rs"
sub_deinit=""

# xemu extras
subprojects="$subprojects glslang SPIRV-Reflect volk VulkanMemoryAllocator
# xemu only
subbprojects="keycodemapdb berkeley-softfloat-3"
subprojects="glslang SPIRV-Reflect volk VulkanMemoryAllocator
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui implot genconfig"

function cleanup() {
Expand Down

0 comments on commit 9cb33dc

Please sign in to comment.