parent
fc00da9732
commit
28f5d184b3
2 changed files with 5 additions and 1 deletions
4
atom.gyp
4
atom.gyp
|
@ -329,6 +329,10 @@
|
|||
'include_dirs': [
|
||||
'.',
|
||||
'vendor',
|
||||
# Include directories for uv and node.
|
||||
'vendor/node/src',
|
||||
'vendor/node/deps/http_parser',
|
||||
'vendor/node/deps/uv/include',
|
||||
# The `node.h` is using `#include"v8.h"`.
|
||||
'vendor/brightray/vendor/download/libchromiumcontent/src/v8/include',
|
||||
# The `node.h` is using `#include"ares.h"`.
|
||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 4e04c9f0a2d97e0b20a0980266917e11f2805280
|
||||
Subproject commit e8ddf565e88200dd71bf0d8f652ffc7ff10e66fa
|
Loading…
Add table
Reference in a new issue