cdcEngineDXHR/dxvk-meson.patch

12 lines
250 B
Diff
Raw Permalink Normal View History

2022-08-07 21:10:46 +00:00
--- 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')