mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-08-02 10:31:39 +03:00
Makefile.in: Use vk.xml included with Wine if it's there.
This commit is contained in:
parent
063698b8b7
commit
d0cedf24e9
@ -700,7 +700,11 @@ $(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
|
||||
if [ -e $(WINE_SRC)/dlls/winevulkan/vk.xml ]; then \
|
||||
cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml; \
|
||||
else \
|
||||
cd $(WINE_SRC) && dlls/winevulkan/make_vulkan && rm dlls/winevulkan/vk-*.xml; \
|
||||
fi
|
||||
touch $@
|
||||
|
||||
$(OBJ)/.wine-post-build64:
|
||||
|
Loading…
x
Reference in New Issue
Block a user