Chromium Code Reviews| Index: tools/utils.py |
| =================================================================== |
| --- tools/utils.py (revision 9008) |
| +++ tools/utils.py (working copy) |
| @@ -125,7 +125,7 @@ |
| def GetBuildConf(mode, arch): |
| - return GetBuildMode(mode) + "_" + arch |
| + return GetBuildMode(mode) + arch.upper() |
| def GetBuildRoot(target_os, mode=None, arch=None): |