diff options
Diffstat (limited to 'chromium/build/linux/sysroot_scripts/install-sysroot.py')
-rwxr-xr-x | chromium/build/linux/sysroot_scripts/install-sysroot.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/build/linux/sysroot_scripts/install-sysroot.py b/chromium/build/linux/sysroot_scripts/install-sysroot.py index 165551a2948..f8b7906cc55 100755 --- a/chromium/build/linux/sysroot_scripts/install-sysroot.py +++ b/chromium/build/linux/sysroot_scripts/install-sysroot.py @@ -78,8 +78,6 @@ def main(args): parser.add_option('--print-hash', help='Print the hash of the sysroot for the given arch.') options, _ = parser.parse_args(args) - if not sys.platform.startswith('linux'): - return 0 if options.print_hash: arch = options.print_hash |