Fix passing fd across modules
This commit is contained in:
parent
4702d8b640
commit
e609a5bee2
4 changed files with 58 additions and 6 deletions
|
@ -118,7 +118,12 @@
|
|||
],
|
||||
}],
|
||||
['_target_name=="node"', {
|
||||
'sources': [
|
||||
'<(DEPTH)/atom/node/osfhandle.cc',
|
||||
'<(DEPTH)/atom/node/osfhandle.h',
|
||||
],
|
||||
'include_dirs': [
|
||||
'<(DEPTH)/atom/node',
|
||||
'<(libchromiumcontent_src_dir)/v8',
|
||||
'<(libchromiumcontent_src_dir)/v8/include',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue