forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7240962
committed
Fix msvc builds for ActivePerl > 5.24
From this version ActivePerl ships both a .lib and a .a file for theperl library, which our code would detect as there being no libraryavailable. Instead, we should pick the .lib version and use that.Report and suggested fix in bug #15065Author: Heath Lord1 parent17b340a commit7240962
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
| 527 | + | |
| 528 | + | |
527 | 529 |
| |
528 | 530 |
| |
529 |
| - | |
| 531 | + | |
530 | 532 |
| |
531 | 533 |
| |
532 | 534 |
| |
|
0 commit comments
Comments
(0)