- Notifications
You must be signed in to change notification settings - Fork5
Commit9f10f7d
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 parentfb19729 commit9f10f7d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 |
| - | |
| 299 | + | |
300 | 300 |
|
0 commit comments
Comments
(0)