1
Fork 0
mirror of https://github.com/redstrate/sqexpatch-sys.git synced 2025-05-20 12:07:46 +00:00
sqexpatch-sys/build.rs

4 lines
57 B
Rust
Raw Normal View History

2025-04-28 23:24:58 -04:00
fn main() {
println!("cargo:rustc-link-search=.");
}