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 2d758dc commit 1f5e388Copy full SHA for 1f5e388
meson.build
@@ -1055,7 +1055,7 @@ pyopt = get_option('plpython')
1055
python3_dep = not_found_dep
1056
if not pyopt.disabled()
1057
pm = import('python')
1058
- python3_inst = pm.find_installation(required: pyopt)
+ python3_inst = pm.find_installation(python.path(), required: pyopt)
1059
if python3_inst.found()
1060
python3_dep = python3_inst.dependency(embed: true, required: pyopt)
1061
# Remove this check after we depend on Meson >= 1.1.0
0 commit comments