mlua/build/find_dummy.rs
Alex Orlenko 5952a1f709 New module feature
Don't link module with Lua core (see: http://lua-users.org/wiki/BuildingModules)
Example and tests for modules
2020-06-07 20:38:11 +01:00

6 lines
78 B
Rust

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