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

Unified Diff: ports/font-util/build.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: ports/font-util/build.sh
diff --git a/ports/font-util/build.sh b/ports/font-util/build.sh
index ad87d898f5264e01b52c6a8e65b06853febebda8..80bb8206b4135173bb4e1f93b2367175445e2737 100644
--- a/ports/font-util/build.sh
+++ b/ports/font-util/build.sh
@@ -3,8 +3,8 @@
# found in the LICENSE file.
# The host build of this tool is needed by its dependents.
-HOST_BUILD_DIR=${WORK_DIR}/build-nacl-host
-HOST_INSTALL_DIR=${WORK_DIR}/install-nacl-host
+HOST_BUILD_DIR=${WORK_DIR}/build_host
+HOST_INSTALL_DIR=${WORK_DIR}/install_host
EXECUTABLES="bdftruncate${NACL_EXEEXT} ucs2any${NACL_EXEEXT}"
« README.rst ('K') | « build_tools/partition5.txt ('k') | ports/gforth/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698