forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc61c0cb
committed
meson: Fix import library name in Windows
This changes the import library name from 'postgres.exe.lib' to'postgres.lib', which is what it was with the old MSVC build system.Extension builds use that name.Bug: #18513Reported-by: Muralikrishna Bandaru <muralikrishna.bandaru@enterprisedb.com>1 parent832dc19 commitc61c0cb
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
| 204 | + | |
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
|
0 commit comments
Comments
(0)