From 5c68566e29bf5c0bfdc4584a142f76445992ff81 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 22 Jan 2024 02:40:07 +0100 Subject: [PATCH] Cache into include folder. --- icedreammusic/compile-win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/compile-win.sh b/icedreammusic/compile-win.sh index 6f26201..8507100 100644 --- a/icedreammusic/compile-win.sh +++ b/icedreammusic/compile-win.sh @@ -27,7 +27,7 @@ export CGO_ENABLED=1 if [ ! -d "$thirdparty_includes/windows/splat/sdk/Include/${winsdk_version}" ]; then if command -v xwin 2>/dev/null >/dev/null; then - xwin splat --preserve-ms-arch-notation --output="$thirdparty_includes/windows/splat" + xwin --cache-dir="$thirdparty_includes/windows/.xwin-cache" splat --preserve-ms-arch-notation --output="$thirdparty_includes/windows/splat" else echo "ERROR: xwin not found and $thirdparty_includes/windows/splat does not exist. Please install the xwin tool from https://github.com/Jake-Shadle/xwin." >&2 exit 1