Update docs
This commit is contained in:
parent
80b45ef93b
commit
af1ad474e3
2 changed files with 24 additions and 8 deletions
|
@ -28,9 +28,7 @@ fn main() {
|
|||
};
|
||||
|
||||
// Get the target architecture for pre-cross-compilation of plugins
|
||||
// and write it to disk to be used when embedding plugins
|
||||
let target_triple = std::env::var("TARGET").unwrap().to_string();
|
||||
println!("cargo:rerun-if-env-changed=TARGET");
|
||||
|
||||
// Invoke cargo to build the plugins
|
||||
let build_successful = std::process::Command::new("cargo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue