Update docs

This commit is contained in:
Isaac Clayton 2022-07-14 13:46:41 +02:00
parent 80b45ef93b
commit af1ad474e3
2 changed files with 24 additions and 8 deletions

View file

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