mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-13 20:15:07 +02:00
build: replace deprecated meson.source_root()
This commit is contained in:
parent
2456f767ed
commit
66798e84ce
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ version_h = vcs_tag(
|
|||
input : 'version.h.in',
|
||||
command : [
|
||||
'git',
|
||||
'--work-tree=' + meson.source_root(),
|
||||
'--git-dir=' + meson.source_root() / '.git',
|
||||
'--work-tree=' + meson.current_source_dir() / '..',
|
||||
'--git-dir=' + meson.current_source_dir() / '../.git',
|
||||
'describe',
|
||||
'--dirty=+',
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue