neovim-gtk/build.rs

6 lines
134 B
Rust
Raw Normal View History

2016-03-16 14:39:53 +00:00
fn main() {
2016-03-24 09:21:27 +00:00
if cfg!(target_os = "windows") {
2016-03-19 08:47:23 +00:00
println!("cargo:rustc-link-search=native=C:\\msys64\\mingw64\\lib");
}
2016-03-16 14:39:53 +00:00
}