mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 19:50:02 +00:00
Releng improvements (#224)
This commit is contained in:
parent
1768392413
commit
3889d122a7
8 changed files with 240 additions and 33 deletions
4
build.rs
4
build.rs
|
@ -1,5 +1,7 @@
|
|||
// Fetch build target and define this for the compiler
|
||||
fn main() {
|
||||
embed_resource::compile("manifest.rc");
|
||||
|
||||
// Fetch build target and define this for the compiler
|
||||
println!(
|
||||
"cargo:rustc-env=TARGET={}",
|
||||
std::env::var("TARGET").unwrap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue