Fix compilation errors on Windows
This commit is contained in:
parent
5fc0201ca1
commit
334f03fc42
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
# Settings to compile node under Windows.
|
||||
'target_defaults': {
|
||||
'target_conditions': [
|
||||
['_target_name in ["libuv", "http_parser", "openssl", "cares", "node", "zlib"]', {
|
||||
['_target_name in ["libuv", "http_parser", "openssl", "openssl-cli", "cares", "node", "zlib"]', {
|
||||
'msvs_disabled_warnings': [
|
||||
4003, # not enough actual parameters for macro 'V'
|
||||
4013, # 'free' undefined; assuming extern returning int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue