-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
specificationIssue regarding fpm manifest and modelIssue regarding fpm manifest and model
Description
Currently the build-script can specified in the [library]
table with:
library.build-script = "build.mk"
For an executable only project, a library table would still be required to select a build script, even if no library sources are actually available.
Adding the build-script to the [build]
table feels more intuitive. Either as build-script or to reduce redundancy, just script:
build.build-script = "build.mk"
build.script = "build.mk"
This might be a breaking change for some projects using this fpm feature.
LKedward
Metadata
Metadata
Assignees
Labels
specificationIssue regarding fpm manifest and modelIssue regarding fpm manifest and model