From 5541c2c7fd26085aeefc2f120a25a0720c400073 Mon Sep 17 00:00:00 2001 From: Juniper Tyree Date: Tue, 17 Mar 2026 06:37:17 +0200 Subject: [PATCH] Expose Lua install location to dependent build scripts --- mlua-sys/build/find_vendored.rs | 1 + 1 file changed, 1 insertion(+) 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(); }