From 149a60e3d16b137f3f0956c6f27dc3419625fa77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Mon, 9 Dec 2024 17:49:17 +0100 Subject: [PATCH] build: Set XDG_CACHE_HOME for make_vulkan. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6efc3e94..52e1e82f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -430,7 +430,7 @@ $(eval $(call rules-autoconf,wine,64)) $(eval $(call rules-wine-requests,wine)) $(OBJ)/.wine-post-source: - cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml -X video.xml + cd $(WINE_SRC) && XDG_CACHE_HOME=$(OBJ) dlls/winevulkan/make_vulkan -x vk.xml -X video.xml -cd $(WINE_SRC) && tools/make_specfiles touch $@