mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
build: Run make_specfiles after make_vulkan.
No-op but make_specfiles reads .specs and make_vulkan updates one.
This commit is contained in:
parent
1683d5f143
commit
7dcb011a18
1 changed files with 1 additions and 1 deletions
|
|
@ -423,9 +423,9 @@ $(eval $(call rules-autoconf,wine,32))
|
||||||
$(eval $(call rules-autoconf,wine,64))
|
$(eval $(call rules-autoconf,wine,64))
|
||||||
|
|
||||||
$(OBJ)/.wine-post-source:
|
$(OBJ)/.wine-post-source:
|
||||||
-cd $(WINE_SRC) && tools/make_specfiles
|
|
||||||
cd $(WINE_SRC) && tools/make_requests
|
cd $(WINE_SRC) && tools/make_requests
|
||||||
cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml
|
cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml
|
||||||
|
-cd $(WINE_SRC) && tools/make_specfiles
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(OBJ)/.wine-post-build64:
|
$(OBJ)/.wine-post-build64:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue