Browse Source

v8: compile with __C99FEATURES__=1 on sunos

Exposes INFINITY, isinf(), isfinite(), etc.
Ben Noordhuis 14 years ago
parent
commit
d104e5b91c
  1. 7
      deps/v8/tools/gyp/v8-node.gyp

7
deps/v8/tools/gyp/v8-node.gyp

@ -3,4 +3,11 @@
'../../build/common.gypi',
'v8.gyp'
],
'target_defaults': {
'conditions': [
[ 'OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ],
}],
],
},
}

Loading…
Cancel
Save