Sha256: d1d816121af1bba70471e982bf98fa9cd2d8cf695d15d2837f592458410ff597
Contents?: true
Size: 331 Bytes
Versions: 43
Compression:
Stored size: 331 Bytes
Contents
fn main() { let target = std::env::var("TARGET").unwrap(); if target != "x86_64-pc-windows-gnu" && target != "x86_64-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