We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I noticed that I have to add build file explicitly to my Cargo.toml file:
Cargo.toml
[package] # ... build = "build.rs" # ...
for it to be detected and executed.
It made me wonder if there is any reason to avoid it in the first place.
The text was updated successfully, but these errors were encountered:
It seems build.rs is the default script. It should be executed even without your configure.
Maybe you put build.rs in a wrong place.
Sorry, something went wrong.
Sorry for not replying to this, but there is nothing that extendr or {rextendr} does, that affect the build.rs configuration.
{rextendr}
build.rs
No branches or pull requests
Hi. I noticed that I have to add build file explicitly to my
Cargo.toml
file:for it to be detected and executed.
It made me wonder if there is any reason to avoid it in the first place.
The text was updated successfully, but these errors were encountered: