Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit b2a922c

Browse files
authored
Set python3 as the default python interpreter. (#675)
1 parent f897ea8 commit b2a922c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ exec_script_whitelist =
140140
"//build_overrides/build.gni",
141141
]
142142

143+
# The python interpreter to use by default. On Windows, this will look
144+
# for python3.exe and python3.bat.
145+
script_executable = "python3"
146+
143147
default_args = {
144148
# Webrtc does not support component builds because we are not using the
145149
# template "component" but we rely directly on "rtc_static_library" and

0 commit comments

Comments
 (0)