Skip to content

build-script location #249

@awvwgk

Description

@awvwgk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    specificationIssue regarding fpm manifest and model

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions