Skip to content

Commit 0def98e

Browse files
pfaffeCommit Bot
authored and
Commit Bot
committedApr 16, 2021
Force python3 to be used in build
Bug: none Change-Id: I17905932cd7b15ec30ab8283c114bf3553c64daf Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2828111 Reviewed-by: Tim van der Lippe <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
1 parent 32bdebb commit 0def98e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.gn

+2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ buildconfig = "//build_overrides/BUILDCONFIG.gn"
1515
# "gn check" or "gn gen --check".
1616
check_targets = [ "*" ]
1717

18+
script_executable = "python3"
19+
1820
default_args = {
1921
}

0 commit comments

Comments
 (0)