mlua/build/find_dummy.rs

6 lines
78 B
Rust

use std::path::PathBuf;
pub fn probe_lua() -> PathBuf {
unreachable!()
}