1 2 3 4 5 6 7 8
fn main() { #[cfg(feature = "link-vendored")] { ::lunka_src::Build::for_current() .add_lunka_src() .compile("lua"); } }