Summary
chicken-install should pass features defined on the command line on to the build script
Metadata
- Id: 62f810b25505a153fa5eb3e3bc23f354ef0a6af3
- Trac id: 1763
- Type: change request
- Reporter: felix
- Owner:
- Cc:
- Status: new
- Component: core tools
- Estimated difficulty: easy
- Resolution:
- Priority: minor
- Milestone: someday
- Version: 5.2.0
- Changetime: 2021-06-08 11:42:58 UTC
- Created: 2021-06-08 11:42:58 UTC
- Keywords:
Description
Currently, features defined using the `-feature` option of `chicken-install` are only visible in `cond-expand` forms in the egg, not in code compiled via `csc` in the subsequent build steps. It would probably be more intuitive and convenient to add `-feature FEATURE` options to the build scripts.