mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
Windows-specific improvements (ARM64 and Python) (#3255)
This commit is contained in:
@@ -268,7 +268,7 @@ def main():
|
||||
parser.add_argument('-p',
|
||||
'--pgo',
|
||||
default='linux',
|
||||
choices=('linux', 'mac', 'mac-arm', 'win32', 'win64'),
|
||||
choices=('linux', 'mac', 'mac-arm', 'win32', 'win64', 'win-arm64'),
|
||||
help='Specifiy which pgo profile to download. Default: %(default)s')
|
||||
parser.add_argument('-s',
|
||||
'--sysroot',
|
||||
|
||||
@@ -115,3 +115,11 @@
|
||||
|
||||
# Google OAuth Context required by gsutil.
|
||||
LUCI_AUTH_SCOPES = [
|
||||
--- a/gclient.bat
|
||||
+++ b/gclient.bat
|
||||
@@ -20,4 +20,4 @@ IF %ERRORLEVEL% NEQ 0 (
|
||||
set PATH=%PATH%;%~dp0
|
||||
|
||||
:: Defer control.
|
||||
-call vpython3 "%~dp0gclient.py" %*
|
||||
+call python3 "%~dp0gclient.py" %*
|
||||
|
||||
Reference in New Issue
Block a user