Chromium Code Reviews| Index: tools/build.py |
| diff --git a/tools/build.py b/tools/build.py |
| index 07eeb2074afa0a572459ca1d5d51009bdf0ecbb8..977121dab2e50172368c7180eec2ba8623778e25 100755 |
| --- a/tools/build.py |
| +++ b/tools/build.py |
| @@ -193,6 +193,8 @@ def GClientRunHooks(): |
| def RunhooksIfNeeded(host_os, mode, arch, target_os): |
| + if host_os != 'linux': |
| + return |
| build_root = utils.GetBuildRoot(host_os) |
| build_cookie_path = os.path.join(build_root, 'lastHooksTargetOS.txt') |