Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: remove v8-node.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 17, 2011
1 parent 534e41b commit 29d8ff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
3 changes: 3 additions & 0 deletions deps/v8/build/common.gypi
Expand Up @@ -184,6 +184,9 @@
}],
],
}],
['OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
}],
],
'configurations': {
'Debug': {
Expand Down
13 changes: 0 additions & 13 deletions deps/v8/tools/gyp/v8-node.gyp

This file was deleted.

2 changes: 1 addition & 1 deletion node.gyp
Expand Up @@ -55,7 +55,7 @@

'dependencies': [
'deps/http_parser/http_parser.gyp:http_parser',
'deps/v8/tools/gyp/v8-node.gyp:v8',
'deps/v8/tools/gyp/v8.gyp:v8',
'deps/uv/uv.gyp:uv',
'deps/zlib/zlib.gyp:zlib',
'node_js2c#host',
Expand Down

0 comments on commit 29d8ff5

Please sign in to comment.