mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
build: Ignore make_specfiles generated sources.
This commit is contained in:
parent
7dcb011a18
commit
d1c5085a30
1 changed files with 3 additions and 1 deletions
|
|
@ -401,7 +401,9 @@ WINE_SOURCE_ARGS = \
|
||||||
--exclude dlls/winevulkan/vulkan_thunks.c \
|
--exclude dlls/winevulkan/vulkan_thunks.c \
|
||||||
--exclude dlls/winevulkan/vulkan_thunks.h \
|
--exclude dlls/winevulkan/vulkan_thunks.h \
|
||||||
--exclude dlls/winevulkan/winevulkan.json \
|
--exclude dlls/winevulkan/winevulkan.json \
|
||||||
--exclude dlls/winevulkan/winevulkan.spec
|
--exclude dlls/winevulkan/winevulkan.spec \
|
||||||
|
--exclude dlls/ntdll/ntsyscalls.h \
|
||||||
|
--exclude dlls/win32u/win32syscalls.h \
|
||||||
|
|
||||||
WINE_CONFIGURE_ARGS = \
|
WINE_CONFIGURE_ARGS = \
|
||||||
--enable-werror \
|
--enable-werror \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue