Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: tools/build.py

Issue 2861903002: Revert "[infra] Roll clang to match the version used by Flutter" (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/android/download_android_tools.py ('k') | tools/buildtools/linux64/clang-format » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/build.py
diff --git a/tools/build.py b/tools/build.py
index 29c081f38998dfbdcf773ef1004c1eb2f25fca0c..90dfcd7e9f241d970f545b941251bf6c5e2dfe39 100755
--- a/tools/build.py
+++ b/tools/build.py
@@ -131,7 +131,7 @@ def ProcessOptions(options, args):
if os_name != 'android':
print "Unsupported target os %s" % os_name
return False
- if not HOST_OS in ['linux', 'macos']:
+ if not HOST_OS in ['linux']:
print ("Cross-compilation to %s is not supported on host os %s."
% (os_name, HOST_OS))
return False
« no previous file with comments | « tools/android/download_android_tools.py ('k') | tools/buildtools/linux64/clang-format » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698