Reviewers: Mads Ager,

Description:
Fix building of D8

This fixes building D8 when SCons cannot figure the build environment and it is
passed using the env argument. This is usually only used when building with
Visual Studio 2008.

Please review this at http://codereview.chromium.org/542009

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     SConstruct


Index: SConstruct
===================================================================
--- SConstruct  (revision 3573)
+++ SConstruct  (working copy)
@@ -949,6 +949,7 @@

   d8_env = Environment()
   d8_env.Replace(**context.flags['d8'])
+  context.ApplyEnvOverrides(d8_env)
   shell = d8_env.Program('d8' + suffix, object_files + shell_files)
   context.d8_targets.append(shell)



-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to