build: Set XDG_CACHE_HOME for make_vulkan.

This commit is contained in:
Rémi Bernon 2024-12-09 17:49:17 +01:00 committed by Arkadiusz Hiler
parent cd779fbcca
commit 149a60e3d1

View File

@ -430,7 +430,7 @@ $(eval $(call rules-autoconf,wine,64))
$(eval $(call rules-wine-requests,wine)) $(eval $(call rules-wine-requests,wine))
$(OBJ)/.wine-post-source: $(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 -cd $(WINE_SRC) && tools/make_specfiles
touch $@ touch $@