From 41b0cf117da681460cf383a786eb5d19916b8f8a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 2 Apr 2023 21:03:48 +0100 Subject: [PATCH] build-source.sh: keep the bundled Vulkan header/XML See the previous commit for details. Signed-off-by: Emil Velikov --- build-source.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-source.sh b/build-source.sh index ee903194..91342dcc 100755 --- a/build-source.sh +++ b/build-source.sh @@ -24,8 +24,6 @@ tar -xf ${TAR_NAME} --strip 1 -C ${NAME} rm ${NAME}/include/nvml.h # minhook not needed rm -r ${NAME}/modules/minhook -# vulkan headers from system -rm -r ${NAME}/subprojects/Vulkan-Headers-* # spdlog from system rm -r ${NAME}/subprojects/spdlog-* # remove some dear imgui clutter