Summary

chicken-install should pass features defined on the command line on to the build script

Metadata

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.