Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2019-10-18 10:17:20 +0300
committerJens Peters <jp7677@gmail.com>2019-10-18 10:17:20 +0300
commitee2a25983747c325ff74a48ef7b35ada2c58aa94 (patch)
treea1f77704e01d84103407a4e30dabad893446a8fc /meson.build
parentda83a256ec0d2d1b05f555d8823eebe7af12a100 (diff)
Include tags for version information.v0.1.1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 644c7bc..54f5feb 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ lib_d3d11 = dxvk_compiler.find_library('d3d11')
lib_dxgi = dxvk_compiler.find_library('dxgi')
dxvk_nvapi_version = vcs_tag(
- command: ['git', 'describe', '--always', '--dirty=+'],
+ command: ['git', 'describe', '--always', '--tags', '--dirty=+'],
input: 'version.h.in',
output: 'version.h')