mirror of https://github.com/nodejs/node.git
v8: move __C99FEATURES__=1 into common.gypi
parent
caaa59c559
commit
718032777d
|
@ -184,6 +184,9 @@
|
|||
}],
|
||||
],
|
||||
}],
|
||||
['OS=="solaris"', {
|
||||
'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
|
||||
}],
|
||||
],
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
|
|
|
@ -3,11 +3,4 @@
|
|||
'../../build/common.gypi',
|
||||
'v8.gyp'
|
||||
],
|
||||
'target_defaults': {
|
||||
'conditions': [
|
||||
[ 'OS=="solaris"', {
|
||||
'defines': [ '__C99FEATURES__=1' ],
|
||||
}],
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue