Fix meson warnings

This commit is contained in:
King_DuckZ 2025-04-08 02:14:59 +01:00
parent 42a4fbc686
commit f445c430d7
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
project('ducktorrent', 'cpp',
version: '0.2.1',
meson_version: '>=0.63.0',
meson_version: '>=1.1.0',
default_options: [
'buildtype=release',
'cpp_std=gnu++23',

View file

@ -10,7 +10,7 @@ conf_data.set('PROJECT_VERSION_PATCH', version_arr[2])
if git_prog.found()
gitrev_config_file = vcs_tag(
command: [git_prog.path(), 'rev-parse', 'HEAD'],
command: [git_prog.full_path(), 'rev-parse', 'HEAD'],
input: 'git_version.h.in',
output: 'git_version.h',
fallback: ''