Fix typo.

This commit is contained in:
Nick Lewycky
2021-02-10 17:56:06 -08:00
parent e698ac32ee
commit f1008783f7

View File

@@ -284,7 +284,7 @@ impl LinkCode {
let command = command
.arg("-luserenv")
.arg("-lWs2_32")
.arg("advapi32")
.arg("-ladvapi32")
.arg("-lbcrypt");
// On unix we need dlopen-related symbols, libmath for a few things, and pthreads.
#[cfg(not(windows))]