forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit489ca33
committed
meson: Improve/fix Python version selection
When we look for the Python installation using the meson pythonmodule, we should make it use the python program previously determinedby the 'PYTHON' option. Otherwise, it will just use its own searchand the 'PYTHON' option won't affect it. We need this to be able toselect the Python installation to build PL/Python against.Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://www.postgresql.org/message-id/flat/3f5427e8-cef6-474d-ae88-13db1bfdc1a7%40eisentraut.org1 parente255b64 commit489ca33
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1063 | 1063 |
| |
1064 | 1064 |
| |
1065 | 1065 |
| |
1066 |
| - | |
| 1066 | + | |
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 | 1069 |
| |
|
0 commit comments
Comments
(0)