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 e255b64 commit 489ca33Copy full SHA for 489ca33
meson.build
@@ -1063,7 +1063,7 @@ pyopt = get_option('plpython')
1063
python3_dep = not_found_dep
1064
if not pyopt.disabled()
1065
pm = import('python')
1066
- python3_inst = pm.find_installation(required: pyopt)
+ python3_inst = pm.find_installation(python.path(), required: pyopt)
1067
if python3_inst.found()
1068
python3_dep = python3_inst.dependency(embed: true, required: pyopt)
1069
# Remove this check after we depend on Meson >= 1.1.0
0 commit comments