diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 20:13:34 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-28 20:13:34 +0000 |
commit | 9c004bc0b3bf5e5f282e80a0708de679bfb71520 (patch) | |
tree | e45f648ac413b3d7de4af0f30e5338565bed66f9 | |
parent | 56ec1e08576fcac5b3d7caf5b19a97c0134c0d59 (diff) | |
download | chromium_src-9c004bc0b3bf5e5f282e80a0708de679bfb71520.zip chromium_src-9c004bc0b3bf5e5f282e80a0708de679bfb71520.tar.gz chromium_src-9c004bc0b3bf5e5f282e80a0708de679bfb71520.tar.bz2 |
Accommodate the change from ..\third_party\scons-0.98.3 to ..\third_party\scons in the recursive invocation of scons to build the necessary v8 targets.
TBR: bradnelson,nsylvain
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/SConscript.v8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/SConscript.v8 b/build/SConscript.v8 index 372f263..53afdb9 100644 --- a/build/SConscript.v8 +++ b/build/SConscript.v8 @@ -54,7 +54,7 @@ v8_scons_targets = [ v8 = env.Command(v8_scons_targets,
[],
'cd ..\\v8 && $PYTHON $SCONS $SCONSFLAGS ${TARGETS[:-1]}',
- SCONS='..\\third_party\\scons-0.98.3\\scons.py',
+ SCONS='..\\third_party\\scons\\scons.py',
SCONSFLAGS='-Q --warn=no-deprecated')
env.AlwaysBuild(v8)
env.Install('$V8_DIR', v8)
|