neovim-gtk/build.rs
2016-03-16 17:39:53 +03:00

5 lines
88 B
Rust

fn main() {
println!("cargo:rustc-link-search=native=C:\\msys64\\mingw64\\lib");
}