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.
2 parents 40edeb6 + 55f654a commit 590c7d6Copy full SHA for 590c7d6
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