Skip to content
Snippets Groups Projects
Commit 9c004bc0 authored by sgk@google.com's avatar sgk@google.com
Browse files

Accommodate the change from ..\third_party\scons-0.98.3 to...

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
parent 56ec1e08
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ v8_scons_targets = [ ...@@ -54,7 +54,7 @@ v8_scons_targets = [
v8 = env.Command(v8_scons_targets, v8 = env.Command(v8_scons_targets,
[], [],
'cd ..\\v8 && $PYTHON $SCONS $SCONSFLAGS ${TARGETS[:-1]}', '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') SCONSFLAGS='-Q --warn=no-deprecated')
env.AlwaysBuild(v8) env.AlwaysBuild(v8)
env.Install('$V8_DIR', v8) env.Install('$V8_DIR', v8)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment