-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amend documentation to reflect that meson install
is not run
#473
Comments
Also explicitly list the Most of the |
I ran into this today, where I explicitly needed to perform some artifact fixup that was not possible any other sane way in meson other than using |
@FFY00 AFAIK the only feature offered to a script executed as a |
Stuff like auditwheel repair, maybe? |
Yes, exactly. In my particular case, I needed to perform a small edit to the binary format data of certain artifacts. This is not possible in Meson AFAIK, as you can't pass a build target as the input for a custom target, |
The Meson documentation is not very clear on this, but you can pass the object returned by |
Amend the documentation to reflect the fact that we don't actually run meson install but just re-implement it. This affects two Meson features:
install_rpath
support, and running scripts registered withmeson.add_install_script()
. Both things have no effect when building a package withmeson-python
.The text was updated successfully, but these errors were encountered: