Skip to content

Commit

Permalink
windows: test, add more needed libraries for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed May 15, 2024
1 parent 93fe295 commit d1897f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/workerChannel/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'conditions': [
['OS=="win"', {
"libraries": [
"Ws2_32.lib",
"Ws2_32.lib", "Dbghelp.lib", "Crypt32.lib", "Userenv.lib",
],
"msvs_settings": {
"VCCLCompilerTool": {
Expand Down

0 comments on commit d1897f5

Please sign in to comment.