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))
|
||||
|
||||
$(OBJ)/.wine-post-source:
|
||||
-cd $(WINE_SRC) && tools/make_specfiles
|
||||
cd $(WINE_SRC) && tools/make_requests
|
||||
cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml
|
||||
-cd $(WINE_SRC) && tools/make_specfiles
|
||||
touch $@
|
||||
|
||||
$(OBJ)/.wine-post-build64:
|
||||
|
|
Loading…
Reference in a new issue