Index: tools/utils.py |
diff --git a/tools/utils.py b/tools/utils.py |
index c4be5af9e9648636962e24e41df58464934f15dc..0611bdd3e7c10cc203e0f8367f9ec91234900bf3 100644 |
--- a/tools/utils.py |
+++ b/tools/utils.py |
@@ -221,7 +221,7 @@ BUILD_MODES = { |
# Mapping table between OS and build output location. |
BUILD_ROOT = { |
- 'win32': os.path.join('build'), |
+ 'win32': os.path.join('out'), |
'linux': os.path.join('out'), |
'freebsd': os.path.join('out'), |
'macos': os.path.join('xcodebuild'), |