mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-23 05:29:57 +00:00
12 lines
250 B
Diff
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')
|
||
|
|