Sha256: 000703af30e0803750ab7d9a087728f109f058144368e8f53532ddcae317ab73
Contents?: true
Size: 327 Bytes
Versions: 43
Compression:
Stored size: 327 Bytes
Contents
fn main() { let target = std::env::var("TARGET").unwrap(); if target != "i686-pc-windows-gnu" && target != "i686-uwp-windows-gnu" { return; } let dir = std::env::var("CARGO_MANIFEST_DIR").unwrap(); println!("cargo:rustc-link-search=native={}", std::path::Path::new(&dir).join("lib").display()); }
Version data entries
43 entries across 30 versions & 1 rubygems