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.
|
# Settings to compile node under Windows.
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
'target_conditions': [
|
'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': [
|
'msvs_disabled_warnings': [
|
||||||
4003, # not enough actual parameters for macro 'V'
|
4003, # not enough actual parameters for macro 'V'
|
||||||
4013, # 'free' undefined; assuming extern returning int
|
4013, # 'free' undefined; assuming extern returning int
|
||||||
|
|
2
vendor/native_mate
vendored
2
vendor/native_mate
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit a1efa285204cb2fbbed450c317fb535a38ea8480
|
Subproject commit b611cbb75f35b89d4b7e86735432abe5ed059de3
|
Loading…
Reference in a new issue