Browse Source

Add toolchain=gcc to V8 build for Sun

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
d793fcaabd
  1. 5
      wscript

5
wscript

@ -456,7 +456,10 @@ def v8_cmd(bld, variant):
, snapshot
, profile
)
if sys.platform.startswith("sunos"): cmd += ' toolchain=gcc'
return ("echo '%s' && " % cmd) + cmd

Loading…
Cancel
Save