Skip to content

Commit

Permalink
build: Move build/toolchain/apple/linker_driver.py to Python3.
Browse files Browse the repository at this point in the history
The script seems to be compatible with Python3 already, so this CL
updates its hashbang line.

Bug: 942720
Change-Id: I630dc83b756ad7559f1def1bfb127d14c1028b0f
Tested: Local build on macOS 12.3, which lacks /usr/bin/python.
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3425461
Auto-Submit: Victor Costan <pwnall@chromium.org>
Reviewed-by: Robert Sesek <rsesek@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/main@{#964888}
  • Loading branch information
pwnall authored and Chromium LUCI CQ committed Jan 29, 2022
1 parent 0f40504 commit 04a7812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/toolchain/apple/linker_driver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
Expand Down

0 comments on commit 04a7812

Please sign in to comment.