Skip to content

Commit 2f07b04

Browse files
committed
add some debugging
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 3da1cc9 commit 2f07b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wasm_runtime/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ fn main() {
7878
println!("cargo:rerun-if-changed=.");
7979
let mut cfg = cc::Build::new();
8080
cfg.compiler(toolchain_dir.join("clang"));
81+
let tool = cfg.get_compiler();
82+
println!("cargo:warning=using compiler at {:?}", tool.path());
8183

8284
// get the version of the wasmtime crate
8385

0 commit comments

Comments
 (0)