From 61d752a1c557403f4b03d1d9106d27f4fc71957e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Thu, 28 Mar 2024 12:53:30 +0100 Subject: [PATCH] build: Ignore dxvk version.h.in changes. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index e67d0b62b..f04d41362 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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