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

Unified Diff: ports/python-static/build.sh

Issue 243883004: Fix libpython2.7.a location for static build (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/python-static/build.sh
===================================================================
--- a/ports/python-static/build.sh
+++ b/ports/python-static/build.sh
@@ -57,7 +57,7 @@
export CROSS_COMPILE=true
export MAKEFLAGS="PGEN=${NACL_HOST_PYROOT}/../python-host/build-nacl-host/Parser/pgen"
DefaultBuildStep
- ChangeDir ${WORK_DIR}
+ ChangeDir ${BUILD_DIR}
Banner "Rebuilding libpython2.7.a"
${AR} cr libpython2.7.a ${DEST_PYTHON_OBJS}/*.o
${RANLIB} libpython2.7.a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698