Index: tools/utils.py |
diff --git a/tools/utils.py b/tools/utils.py |
index 45990e1809ed7e1efb0284b5f726458e0148e70d..1c6ef7ffae7dc5382a73f6ef7650302e305d481c 100644 |
--- a/tools/utils.py |
+++ b/tools/utils.py |
@@ -1,4 +1,4 @@ |
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
@@ -118,7 +118,7 @@ BUILD_MODES = { |
# Mapping table between OS and build output location. |
BUILD_ROOT = { |
- 'win32': os.path.join(''), |
+ 'win32': os.path.join('build'), |
'linux': os.path.join('out'), |
'freebsd': os.path.join('out'), |
'macos': os.path.join('xcodebuild'), |