Skip to content

Commit afc2038

Browse files
authored
fix typo
1 parent fd59d3b commit afc2038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fn main() {
22
let target_os = std::env::var("CARGO_CFG_TARGET_OS").unwrap_or_default();
3-
if target_os = "windows" {
3+
if target_os == "windows" {
44
// https://github.com/microsoft/mimalloc/blob/af21001f7a65eafb8fb16460b018ebf9d75e2ad8/CMakeLists.txt#L487
55
//let libs = ["psapi", "shell32", "user32", "advapi32", "bcrypt"];
66
let libs = ["advapi32"];

0 commit comments

Comments
 (0)