mlua/build/find_dummy.rs

6 lines
76 B
Rust

use std::path::PathBuf;
pub fn probe_lua() -> Option<PathBuf> {
None
}