We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
meson install
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?