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

Unified Diff: build_tools/common.sh

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: build_tools/common.sh
diff --git a/build_tools/common.sh b/build_tools/common.sh
index e3a5137a221bc5b035f9c21995f2f3f8ecb53837..b2831d046dc00af43b13581645c36408aaadd11c 100644
--- a/build_tools/common.sh
+++ b/build_tools/common.sh
@@ -115,7 +115,8 @@ readonly NACL_PACKAGES_BUILD=${NACL_PACKAGES_OUT}/build
readonly NACL_PACKAGES_PUBLISH=${NACL_PACKAGES_OUT}/publish
readonly NACL_PACKAGES_CACHE=${NACL_PACKAGES_OUT}/cache
readonly NACL_PACKAGES_STAMPDIR=${NACL_PACKAGES_OUT}/stamp
-readonly NACL_HOST_PYROOT=${NACL_PACKAGES_BUILD}/host_python_root
+readonly NACL_HOST_PYROOT=${NACL_PACKAGES_BUILD}/python-host/install_host
+readonly NACL_HOST_PYBUILD=${NACL_PACKAGES_BUILD}/python-host/build_host
readonly NACL_HOST_PYTHON=${NACL_HOST_PYROOT}/bin/python2.7
readonly NACL_DEST_PYROOT=${NACL_PREFIX}
readonly SITE_PACKAGES="lib/python2.7/site-packages/"
« README.rst ('K') | « build_tools/README.txt ('k') | build_tools/partition4.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698