Skip to content

Commit

Permalink
build: Ignore dxvk version.h.in changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbernon committed Jun 4, 2024
1 parent 3a89786 commit 61d752a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,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
Expand Down

0 comments on commit 61d752a

Please sign in to comment.