mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
build: [gn] define WIN32_LEAN_AND_MEAN in the node build
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
'EVP_CTRL_AEAD_SET_IVLEN=EVP_CTRL_GCM_SET_IVLEN',
|
||||
'EVP_CTRL_CCM_SET_TAG=EVP_CTRL_GCM_SET_TAG',
|
||||
'EVP_CTRL_AEAD_GET_TAG=EVP_CTRL_GCM_GET_TAG',
|
||||
'WIN32_LEAN_AND_MEAN',
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
|
||||
Reference in New Issue
Block a user