feat(modulo): add debug step

This commit is contained in:
Federico Terzi 2022-07-03 16:26:47 +02:00
parent 89aca32b09
commit cdd9bccbb5

View File

@ -179,6 +179,7 @@ fn build_native() {
PathBuf::from(std::env::var("OUT_DIR").expect("missing OUT_DIR"))
};
let out_wx_dir = out_dir.join("wx");
println!("wxWidgets will be compiled into: {}", out_wx_dir.display());
let target_arch = match std::env::var("CARGO_CFG_TARGET_ARCH")
.expect("unable to read target arch")