Commit 2aa2f467 authored by Almothana Athamneh's avatar Almothana Athamneh Committed by Commit Bot

Pass mac_xcode_version parameter

Bug: chromium:1110824
Change-Id: I77835942a81b6430ec23c16fa41dabac857e8c22
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2343079Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69293}
parent 7ca7080c
......@@ -477,7 +477,8 @@ hooks = [
'name': 'mac_toolchain',
'pattern': '.',
'condition': 'checkout_mac',
'action': ['python', 'build/mac_toolchain.py'],
'action': ['python', 'build/mac_toolchain.py',
'--xcode-version', Var('mac_xcode_version')],
},
# Pull binutils for linux, enabled debug fission for faster linking /
# debugging when used with clang on Ubuntu Precise.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment