From be13c8dca36fb7e5a9f1cc04de40c6fe4b228902 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 e67d0b62..f04d4136 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