Skip to content

Commit

Permalink
chore: добавить проверку наличия git в системе при сборке devel версии
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed May 23, 2024
1 parent 11dc9fb commit 78aae68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gio = dependency('gio-2.0', version: '>= 2.72')
app_id = 'io.github.Rirusha.Cassette'

if get_option('profile') == 'development'
find_program('git', required: true)
name_postfix = ' (Devel)'
app_id_dyn = '@0@-Devel'.format(app_id)
profile = 'Devel'
Expand Down

0 comments on commit 78aae68

Please sign in to comment.