Skip to content

Commit ee2a259

Browse files
committed
Include tags for version information.
1 parent da83a25 commit ee2a259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lib_d3d11 = dxvk_compiler.find_library('d3d11')
1212
lib_dxgi = dxvk_compiler.find_library('dxgi')
1313

1414
dxvk_nvapi_version = vcs_tag(
15-
command: ['git', 'describe', '--always', '--dirty=+'],
15+
command: ['git', 'describe', '--always', '--tags', '--dirty=+'],
1616
input: 'version.h.in',
1717
output: 'version.h')
1818

0 commit comments

Comments
 (0)