Update node: Removed two unused patches.
This commit is contained in:
parent
f646d2dda8
commit
902be9bab5
3 changed files with 4 additions and 4 deletions
2
atom.gyp
2
atom.gyp
|
@ -320,7 +320,7 @@
|
|||
'type': 'static_library',
|
||||
'dependencies': [
|
||||
'vendor/brightray/brightray.gyp:brightray',
|
||||
'vendor/node/node.gyp:node',
|
||||
'vendor/node/node.gyp:node_lib',
|
||||
],
|
||||
'sources': [
|
||||
'<@(lib_sources)',
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
# Settings to compile node under Windows.
|
||||
'target_defaults': {
|
||||
'target_conditions': [
|
||||
['_target_name in ["libuv", "http_parser", "cares", "openssl", "node", "zlib"]', {
|
||||
['_target_name in ["libuv", "http_parser", "cares", "openssl", "node_lib", "zlib"]', {
|
||||
'msvs_disabled_warnings': [
|
||||
4013, # 'free' undefined; assuming extern returning int
|
||||
4054, #
|
||||
|
@ -76,7 +76,7 @@
|
|||
],
|
||||
},
|
||||
}],
|
||||
['_target_name=="node"', {
|
||||
['_target_name in ["node_lib", "atom_lib"]', {
|
||||
'include_dirs': [
|
||||
'vendor/brightray/vendor/download/libchromiumcontent/src/v8/include',
|
||||
],
|
||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
|||
Subproject commit efc9599187eb8a3b350b8f6eb7aa463a7d1c329f
|
||||
Subproject commit b5bbfb6a7d66750c21bf654e973f47f1178adced
|
Loading…
Reference in a new issue