Releng improvements (#224)

This commit is contained in:
Félix Saparelli 2022-07-24 00:39:54 +12:00 committed by GitHub
parent 1768392413
commit 3889d122a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 240 additions and 33 deletions

View file

@ -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()