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 5266755 commit f31d39bCopy full SHA for f31d39b
meson.build
@@ -13,6 +13,7 @@ libdir = join_paths(prefix, get_option('libdir'))
13
14
add_project_arguments(
15
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
16
+ '-DG_LOG_DOMAIN="@0@"'.format(meson.project_name()),
17
language:'c'
18
)
19
0 commit comments