cdcEngineDXHR/dxvk-meson.patch
2022-08-07 22:17:32 +01:00

12 lines
250 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -179,7 +179,7 @@ else
endif
dxvk_version = vcs_tag(
- command: ['git', 'describe', '--dirty=+'],
+ command: ['git', 'describe', '--dirty=+', '--tags'],
input: 'version.h.in',
output: 'version.h')