Update Node.js GYP build Windows static libraries

This commit is contained in:
Wilson Lin 2021-12-14 13:17:25 +11:00
parent 08ee491c22
commit bb585ba588
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
}],
["OS=='win'", {
"libraries": [
"advapi32.lib", "ws2_32.lib", "userenv.lib", "msvcrt.lib",
"kernel32.lib", "ws2_32.lib", "bcrypt.lib", "advapi32.lib", "userenv.lib", "kernel32.lib", "msvcrt.lib",
"../native/target/release/minify_html_ffi.lib",
],
}],