mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 07:37:56 +01:00
build: remove v8-node.gyp
This commit is contained in:
parent
534e41b474
commit
29d8ff51c8
3
deps/v8/build/common.gypi
vendored
3
deps/v8/build/common.gypi
vendored
@ -184,6 +184,9 @@
|
||||
}],
|
||||
],
|
||||
}],
|
||||
['OS=="solaris"', {
|
||||
'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
|
||||
}],
|
||||
],
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
|
13
deps/v8/tools/gyp/v8-node.gyp
vendored
13
deps/v8/tools/gyp/v8-node.gyp
vendored
@ -1,13 +0,0 @@
|
||||
{
|
||||
'includes': [
|
||||
'../../build/common.gypi',
|
||||
'v8.gyp'
|
||||
],
|
||||
'target_defaults': {
|
||||
'conditions': [
|
||||
[ 'OS=="solaris"', {
|
||||
'defines': [ '__C99FEATURES__=1' ],
|
||||
}],
|
||||
],
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user