Skip to content

Commit

Permalink
fixup! cctest needs v8
Browse files Browse the repository at this point in the history
..also cater for the v8 platform changes
  • Loading branch information
jbergstroem committed Apr 6, 2015
1 parent 82f27fb commit f534a48
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@
'dependencies': [
'node_js2c#host',
'deps/cares/cares.gyp:cares',
'deps/v8/tools/gyp/v8.gyp:v8'
'deps/v8/tools/gyp/v8.gyp:v8',
'deps/v8/tools/gyp/v8.gyp:v8_libplatform'
],

'include_dirs': [
'src',
'tools/msvs/genfiles',
'deps/uv/src/ares',
'deps/v8' # v8_platform

'<(SHARED_INTERMEDIATE_DIR)' # for node_natives.h
'<(SHARED_INTERMEDIATE_DIR)', # for node_natives.h
'deps/v8' # include/v8_platform.h
],

'sources': [
Expand Down Expand Up @@ -608,7 +608,8 @@
'type': 'executable',
'dependencies': [
'deps/gtest/gtest.gyp:gtest',
'deps/v8/tools/gyp/v8.gyp:v8'
'deps/v8/tools/gyp/v8.gyp:v8',
'deps/v8/tools/gyp/v8.gyp:v8_libplatform'
],
'include_dirs': [
'src',
Expand Down

0 comments on commit f534a48

Please sign in to comment.