neovim-gtk/build.rs

5 lines
88 B
Rust
Raw Normal View History

2016-03-16 14:39:53 +00:00
fn main() {
println!("cargo:rustc-link-search=native=C:\\msys64\\mingw64\\lib");
}