Summary
On Windows, custom-build will try to use the UNIX script
Metadata
- Id: 770e9391ba985fb9e659b8f953509ac48ad16640
- Trac id: 1479
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty: medium
- Resolution: fixed
- Priority: critical
- Milestone: 5.0
- Version: 5.0.0
- Changetime: 2018-06-29 07:14:56 UTC
- Created: 2018-06-27 21:22:33 UTC
- Keywords: portability, windows, batch file, chicken-install
Description
The docs state about the `custom-build` egg property:
On Windows, a file with the .bat extension will be picked before a plain file with no extension.
This doesn't seem to work. So there currently is no way to provide a custom build script that works on Windows and another that works on UNIX.