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

Unified Diff: ports/python-static/nacl.patch

Issue 710193003: Reduce the number of times we build a host copy of python. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 1 month 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
Index: ports/python-static/nacl.patch
diff --git a/ports/python-static/nacl.patch b/ports/python-static/nacl.patch
index 323a7f5d9a8b3276d8bc5c93ee62526c27bb6923..0574dd014f0538bcaead41c5dd8eb2fd2a1ea4bc 100644
--- a/ports/python-static/nacl.patch
+++ b/ports/python-static/nacl.patch
@@ -571,7 +571,7 @@ index 2e32be2..e01c7ca 100755
- done
+ case "$host" in
+ *-*-nacl*)
-+ interp=$(cd ../../python-host/build-nacl-host && pwd)/python
++ interp=$(cd ../../python-host/build_host && pwd)/python
+ ;;
+ *)
+ for interp in python$PACKAGE_VERSION python2 python; do
@@ -676,7 +676,7 @@ index ee7e5fc..4f52cd6 100644
- done
+ case "$host" in
+ *-*-nacl*)
-+ interp=$(cd ../../python-host/build-nacl-host && pwd)/python
++ interp=$(cd ../../python-host/build_host && pwd)/python
+ ;;
+ *)
+ for interp in python$PACKAGE_VERSION python2 python; do
« README.rst ('K') | « ports/python-static/build.sh ('k') | ports/python-static/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698