| Index: tools/build.py
 | 
| diff --git a/tools/build.py b/tools/build.py
 | 
| index 2612d79ee79488b02b423242239759d1081ad538..2b2ab8874d56451d296d73c682e66b18e026c8c7 100755
 | 
| --- a/tools/build.py
 | 
| +++ b/tools/build.py
 | 
| @@ -424,7 +424,7 @@ def BuildOneConfig(options, target, target_os, mode, arch, override_tools):
 | 
|              'BUILDTYPE=' + build_config,
 | 
|              ]
 | 
|      if target_os != HOST_OS:
 | 
| -      args += ['builddir_name=' + utils.GetBuildDir(HOST_OS, target_os)]
 | 
| +      args += ['builddir_name=' + utils.GetBuildDir(HOST_OS)]
 | 
|      if options.verbose:
 | 
|        args += ['V=1']
 | 
|  
 | 
| 
 |