Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Hiler <ahiler@codeweavers.com>2022-03-23 15:23:43 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2022-04-21 13:02:27 +0300
commit0f50e49b85c30139364131dbf528c1c46ba4305a (patch)
tree349ba5d354320f70d4f627a8b55c8892a0f5cc16
parentec4f1586666a2851803fe1b384793acb992b141f (diff)
Makefile.in: Use vk.xml included with Wine instead of downloading one.proton-7.0-2
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7a8363e5..6e1b4d18 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -705,7 +705,7 @@ $(eval $(call rules-autoconf,wine,64))
$(OBJ)/.wine-post-source:
cd $(WINE_SRC) && tools/make_requests
- cd $(WINE_SRC) && dlls/winevulkan/make_vulkan && rm dlls/winevulkan/vk-*.xml
+ cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml
touch $@
$(OBJ)/.wine-post-build64: