0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-12 09:41:18 +02:00

fix: replace deprecated function

This commit is contained in:
Sayafdine Said 2023-06-25 11:18:09 +02:00
parent 452dac8708
commit d95f5e2451
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -6,5 +6,5 @@ localedir = '-DLOCALEDIR="@0@"'.format(get_option('prefix') / get_option('locale
add_project_arguments(gettext_package, localedir, language: 'cpp')
i18n.gettext(meson.project_name(),
args: [ '--directory=' + meson.source_root(), '--keyword=S:1' ]
args: [ '--directory=' + meson.current_source_dir(), '--keyword=S:1' ]
)