Makefile.in: Use vk.xml included with Wine instead of downloading one.

This commit is contained in:
Arkadiusz Hiler 2022-03-23 14:23:43 +02:00
parent ec4f158666
commit 0f50e49b85

View File

@ -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: