We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9eebe6 commit 5899eb5Copy full SHA for 5899eb5
code/vendor/node.lua
@@ -30,7 +30,7 @@ return {
30
add_dependencies 'vendor:openssl_crypto'
31
add_dependencies 'vendor:openssl_ssl'
32
33
- defines { 'NODE_WANT_INTERNALS=1', 'NODE_ARCH="x64"', 'NODE_USE_V8_PLATFORM', 'HAVE_OPENSSL', 'OPENSSL_NO_ENGINE', 'NODE_OPENSSL_SYSTEM_CERT_PATH=""' }
+ defines { 'NODE_WANT_INTERNALS=1', 'NODE_ARCH="x64"', 'NODE_NO_BROWSER_GLOBALS', 'NODE_USE_V8_PLATFORM', 'HAVE_OPENSSL', 'OPENSSL_NO_ENGINE', 'NODE_OPENSSL_SYSTEM_CERT_PATH=""' }
34
35
if os.istarget('windows') then
36
defines { 'NODE_PLATFORM="win32"' }
0 commit comments