forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaa11a9c
committed
meson: Stop using deprecated way getting path of files
The just released meson 1.3 strongly deprecated a hack we were using, emittinga noisy warning (the hack basically depended on an implementation detail towork). Turns out there has been a better way available for a while, I justhadn't found it. 1.4 added a more convenient approach, but we can't rely onthat.Reviewed-by: Tristan Partin <tristan@neon.tech>Discussion:https://postgr.es/m/20231129185053.s6c7f73eg7b4ztfi@awork3.anarazel.deBackpatch: 16-, where the meson build was added.1 parent3b51265 commitaa11a9c
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2924 | 2924 |
| |
2925 | 2925 |
| |
2926 | 2926 |
| |
2927 |
| - | |
2928 |
| - | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
| 2930 | + | |
| 2931 | + | |
| 2932 | + | |
2929 | 2933 |
| |
2930 | 2934 |
| |
2931 | 2935 |
| |
|
0 commit comments
Comments
(0)