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.
get_pkgconfig_variable()
1 parent 40edeb6 commit 55f654aCopy full SHA for 55f654a
meson.build
@@ -102,7 +102,7 @@ endif
102
# Add rpaths for a local build of flint found via pkgconfig
103
# https://github.com/mesonbuild/meson/issues/13046
104
if get_option('add_flint_rpath')
105
- flint_lib_dir = flint_dep.get_pkgconfig_variable('libdir')
+ flint_lib_dir = flint_dep.get_variable(pkgconfig: 'libdir')
106
add_project_link_arguments(
107
'-Wl,-rpath=' + flint_lib_dir,
108
language: 'c',
0 commit comments