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

Commit

Permalink
v8: compile with __C99FEATURES__=1 on sunos
Browse files Browse the repository at this point in the history
Exposes INFINITY, isinf(), isfinite(), etc.

Re-applies d104e5b, lost in a V8 upgrade.
  • Loading branch information
bnoordhuis committed Nov 17, 2011
1 parent 960ccdc commit 2c52cce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deps/v8/tools/gyp/v8-node.gyp
Expand Up @@ -3,4 +3,11 @@
'../../build/common.gypi',
'v8.gyp'
],
'target_defaults': {
'conditions': [
[ 'OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ],
}],
],
},
}

0 comments on commit 2c52cce

Please sign in to comment.