summaryrefslogtreecommitdiff
path: root/build/find_dummy.rs
blob: 70aab9fef2129443a3f0c9e8adf92c4c8295d042 (plain)
1
2
3
4
5
use std::path::PathBuf;

pub fn probe_lua() -> Option<PathBuf> {
    unreachable!()
}