From af22de5eb7cd25a8141e7f459aa0524015f98ec7 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 6 Jan 2025 16:14:28 -0700 Subject: [PATCH] scripts/archive-source.sh: Drop non-xemu deps --- scripts/archive-source.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/archive-source.sh b/scripts/archive-source.sh index de23290c63..1afccbf141 100755 --- a/scripts/archive-source.sh +++ b/scripts/archive-source.sh @@ -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() {