mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
build: Ignore dxvk version.h.in changes.
This commit is contained in:
parent
6b1bed7a8d
commit
3d99a92e17
1 changed files with 3 additions and 0 deletions
|
|
@ -470,6 +470,9 @@ $(eval $(call rules-makedep,vrclient,64))
|
|||
DXVK_SOURCE_DATE_EPOCH32 := $(shell expr $(BASE_SOURCE_DATE_EPOCH32) - 1)
|
||||
DXVK_SOURCE_DATE_EPOCH64 := $(shell expr $(BASE_SOURCE_DATE_EPOCH64) - 1)
|
||||
|
||||
DXVK_SOURCE_ARGS = \
|
||||
--exclude version.h.in \
|
||||
|
||||
DXVK_MESON_ARGS32 = --bindir=$(DXVK_DST32)/lib/wine/dxvk
|
||||
DXVK_MESON_ARGS64 = --bindir=$(DXVK_DST64)/lib64/wine/dxvk
|
||||
DXVK_DEPENDS = glslang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue