forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaaf5f59
committed
Make pgxs build executables with the right suffix.
Complaint and patch from Zoltán Böszörményi.When cross-compiling, the native make doesn't knowabout the Windows .exe suffix, so it only builds withit when explicitly told to do so.The native make will not see the link between the targetname and the built executable, and might this do unnecesarywork, but that's a bigger problem than this one, if in factwe consider it a problem at all.Back-patch to all live branches.1 parentc54ebcb commitaaf5f59
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 |
| - | |
| 289 | + | |
290 | 290 |
|
0 commit comments
Comments
(0)