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