mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-13 02:52:41 +02:00
chore: use native git
This commit is contained in:
@@ -25,7 +25,7 @@ else
|
|||||||
cpp_link_args += ['-lstdc++fs']
|
cpp_link_args += ['-lstdc++fs']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
git = find_program('git', required: false)
|
git = find_program('git', native: true, required: false)
|
||||||
|
|
||||||
if not git.found()
|
if not git.found()
|
||||||
add_project_arguments('-DVERSION="@0@"'.format(meson.project_version()), language: 'cpp')
|
add_project_arguments('-DVERSION="@0@"'.format(meson.project_version()), language: 'cpp')
|
||||||
|
Reference in New Issue
Block a user