forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc79ca04
committed
meson: Make detection of python more robust
Previously we errored out if no python installation could be found (but we didhandle not having enough of python installed to build plpythonagainst). Presumably nobody hit this so far, as python is likely installed dueto meson requiring python.Author: Tristan Partin <tristan@neon.tech>Discussion:https://postgr.es/m/CSPIJVUDZFKX.3KHMOAVGF94RV@c3poBackpatch: 16-, where meson support was added1 parent1ad3a7b commitc79ca04
1 file changed
+7
-5
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1052 | 1052 |
| |
1053 | 1053 |
| |
1054 | 1054 |
| |
| 1055 | + | |
1055 | 1056 |
| |
1056 | 1057 |
| |
1057 | 1058 |
| |
1058 |
| - | |
1059 |
| - | |
1060 |
| - | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
1061 | 1065 |
| |
1062 |
| - | |
1063 |
| - | |
1064 | 1066 |
| |
1065 | 1067 |
| |
1066 | 1068 |
| |
|
0 commit comments
Comments
(0)