mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-17 08:58:06 +03:00
build: Set XDG_CACHE_HOME for make_vulkan.
This commit is contained in:
parent
cd779fbcca
commit
149a60e3d1
@ -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 $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user