We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c743219 commit 0bf6bb9Copy full SHA for 0bf6bb9
meson.build
@@ -14,6 +14,7 @@ libdir = join_paths(prefix, get_option('libdir'))
14
15
add_project_arguments(
16
'-DGETTEXT_PACKAGE="@0@"'.format(gettext_name),
17
+ '-DG_LOG_DOMAIN="@0@"'.format(gettext_name),
18
language:'c'
19
)
20
0 commit comments