-
Previous, I use a setuptool to build a C++ extension. I found I can call it manually. |
Beta Was this translation helpful? Give feedback.
Answered by
messense
Apr 17, 2025
Replies: 1 comment
-
Yes and no. Yes if you are building a Rust extension, you can do whatever you like in a build script, i.e No we don't support build hooks in maturin, setuptools-rust would be a better choice if you need to do lots of customizations. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sunmy2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes and no.
Yes if you are building a Rust extension, you can do whatever you like in a build script, i.e
build.rs
.No we don't support build hooks in maturin, setuptools-rust would be a better choice if you need to do lots of customizations.