mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[build] Moved git command into the command list (#493)
According to the meson documentation, vcs commands need to be a part of the command string list. Right now, it pulls the version number no matter what.
This commit is contained in:
parent
65ffa4122d
commit
336cb6a67b
@ -35,7 +35,8 @@ glsl_generator = generator(glsl_compiler,
|
|||||||
output : [ '@BASENAME@.h' ],
|
output : [ '@BASENAME@.h' ],
|
||||||
arguments : [ '-V', '--vn', '@BASENAME@', '@INPUT@', '-o', '@OUTPUT@' ])
|
arguments : [ '-V', '--vn', '@BASENAME@', '@INPUT@', '-o', '@OUTPUT@' ])
|
||||||
|
|
||||||
dxvk_version = vcs_tag(['git', 'describe'],
|
dxvk_version = vcs_tag(
|
||||||
|
command: ['git', 'describe'],
|
||||||
input: 'version.h.in',
|
input: 'version.h.in',
|
||||||
output: 'version.h')
|
output: 'version.h')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user