Author: Matti Picus <[email protected]>
Branch: msvc14
Changeset: r93718:8a38c36ebdff
Date: 2018-01-29 19:58 +0200
http://bitbucket.org/pypy/pypy/changeset/8a38c36ebdff/
Log: add unsupported platform arg for cross-compilation
diff --git a/get_externals.py b/get_externals.py
--- a/get_externals.py
+++ b/get_externals.py
@@ -50,6 +50,9 @@
p.add_argument('-b', '--branch', default=host.externals_branch,
help='branch to check out',
)
+ p.add_argument('-p', '--platform', default=None,
+ help='someday support cross-compilation, ignore for now',
+ )
return p.parse_args()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit