Another attempt at fixing the Editor build.

Review URL: https://chromiumcodereview.appspot.com//10511005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8239 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ahe@google.com 2012-06-04 09:03:56 +00:00
parent 817cc50636
commit 3d9308f63d

View file

@ -102,7 +102,7 @@ def ProcessTools(mode, name, version):
print "toolsBuildScript = " + os.path.abspath(toolsBuildScript)
utils = GetUtils()
outdir = os.path.abspath(GetOutDir(utils, mode))
outdir = GetOutDir(utils, mode)
cmds = [sys.executable, toolsBuildScript,
'--mode=' + mode, '--revision=' + version,
'--name=' + name, '--out=' + outdir]