We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd59d3b commit afc2038Copy full SHA for afc2038
build.rs
@@ -1,6 +1,6 @@
1
fn main() {
2
let target_os = std::env::var("CARGO_CFG_TARGET_OS").unwrap_or_default();
3
- if target_os = "windows" {
+ if target_os == "windows" {
4
// https://github.com/microsoft/mimalloc/blob/af21001f7a65eafb8fb16460b018ebf9d75e2ad8/CMakeLists.txt#L487
5
//let libs = ["psapi", "shell32", "user32", "advapi32", "bcrypt"];
6
let libs = ["advapi32"];
0 commit comments