forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b140dc
committed
meson: Fix oversight in install-quiet
Ine522049 I accidentally forgot to add meson_bin to the argument list forinstall-quiet. That kind of works on some platforms because the executable isjust 'python', wich the path to meson in an argument. But on windows mesonmight be installed as an executable.Reported-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/b36dd6a4-748a-4737-54d5-dc8a50fdbe4b@dunslane.net1 parenta03b3b6 commit5b140dc
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2942 | 2942 |
| |
2943 | 2943 |
| |
2944 | 2944 |
| |
2945 |
| - | |
| 2945 | + | |
2946 | 2946 |
| |
2947 | 2947 |
| |
2948 | 2948 |
| |
|
0 commit comments
Comments
(0)