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

Commit

Permalink
v8: move __C99FEATURES__=1 into common.gypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 12, 2011
1 parent caaa59c commit 7180327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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
7 changes: 0 additions & 7 deletions deps/v8/tools/gyp/v8-node.gyp
Expand Up @@ -3,11 +3,4 @@
'../../build/common.gypi',
'v8.gyp'
],
'target_defaults': {
'conditions': [
[ 'OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ],
}],
],
},
}

0 comments on commit 7180327

Please sign in to comment.