1
0
Fork 0

Cache into include folder.

develop
Icedream 2024-01-22 02:40:07 +01:00
parent 67827c3754
commit 5c68566e29
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -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