diff --git a/mlua-sys/build/find_vendored.rs b/mlua-sys/build/find_vendored.rs index 78105250..b5ea1352 100644 --- a/mlua-sys/build/find_vendored.rs +++ b/mlua-sys/build/find_vendored.rs @@ -29,4 +29,5 @@ pub fn probe_lua() { .build(); artifacts.print_cargo_metadata(); + artifacts.print_cargo_root(); }