Skip to content

Warn (or error?) on unhandled options passed to meson install #670

Open
@WillAyd

Description

It appears that having:

[tool.meson-python.args]
install = ['--skip-subprojects nanoarrow']

is a no-op. To actually skip the subproject, I have to use:

[tool.meson-python.args]
install = ['--skip-subprojects=nanoarrow']

Is this distinction intentional?

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions