forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7ef1b7e
meson: windows: Fix tmp_install + prefix computation with meson 1.0.1
Ind0366bf I said: Instead of trying to do this in meson.build, call out to the implementation meson install uses. This isn't pretty, but it's more reliable than what we had before.Unfortunately it was too ugly - to fix a bug, meson 1.0.1 changed the way themeson internal runpython helper works, resulting in the previous sys.argv[]indices not working anymore. Just open-code it - it's just a few characterslonger.Committing this quickly to allow ci/cfbot to work with meson 1.0.1 on windows.1 parent2cecbd9 commit7ef1b7e
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2880 | 2880 |
| |
2881 | 2881 |
| |
2882 | 2882 |
| |
2883 |
| - | |
| 2883 | + | |
2884 | 2884 |
| |
2885 |
| - | |
2886 |
| - | |
| 2885 | + | |
| 2886 | + | |
2887 | 2887 |
| |
2888 | 2888 |
| |
2889 | 2889 |
| |
|
0 commit comments
Comments
(0)