rextendr
rextendr copied to clipboard
How to add build.rs to a package
Hi. I noticed that I have to add build file explicitly to my Cargo.toml file:
[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.
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 for not replying to this, but there is nothing that extendr or {rextendr} does, that affect the build.rs configuration.