mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-17 00:48:10 +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))
|
||||
|
||||
$(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 $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user