mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update to node v0.11.9.
This commit is contained in:
2
atom.gyp
2
atom.gyp
@@ -326,6 +326,8 @@
|
||||
'include_dirs': [
|
||||
'.',
|
||||
'vendor',
|
||||
# The `node.h` is using `#include"v8.h"`.
|
||||
'vendor/brightray/vendor/download/libchromiumcontent/src/v8/include',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
}],
|
||||
],
|
||||
# Reflects node's config.gypi.
|
||||
'component%': 'static_library',
|
||||
'python': 'python',
|
||||
'node_install_npm': 'false',
|
||||
'node_prefix': '',
|
||||
@@ -29,6 +30,7 @@
|
||||
'node_use_openssl': 'true',
|
||||
'node_use_perfctr': 'false',
|
||||
'node_use_systemtap': 'false',
|
||||
'v8_postmortem_support': 'false',
|
||||
},
|
||||
# Settings to compile node under Windows.
|
||||
'target_defaults': {
|
||||
@@ -72,6 +74,11 @@
|
||||
],
|
||||
},
|
||||
}],
|
||||
['_target_name=="node"', {
|
||||
'include_dirs': [
|
||||
'vendor/brightray/vendor/download/libchromiumcontent/src/v8/include',
|
||||
],
|
||||
}],
|
||||
['_target_name=="libuv"', {
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
|
||||
2
vendor/node
vendored
2
vendor/node
vendored
Submodule vendor/node updated: 44483b4588...4b6ab23cb9
Reference in New Issue
Block a user