diff --git a/node/workerChannel/binding.gyp b/node/workerChannel/binding.gyp index 218092d8f3..a2f0d36a52 100644 --- a/node/workerChannel/binding.gyp +++ b/node/workerChannel/binding.gyp @@ -28,13 +28,8 @@ } ], ['OS=="win"', { - 'conditions': [ - ['mediasoup_build_type=="Debug"', { - 'libraries': ['Dbghelp.lib'], - }], - ], 'libraries': [ - 'Ws2_32.lib', 'Crypt32.lib', 'Userenv.lib', + 'Ws2_32.lib', 'Dbghelp.lib', 'Crypt32.lib', 'Userenv.lib', ], 'msvs_settings': { 'VCCLCompilerTool': {