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

Unified Diff: libraries/boost_1_47_0/nacl-boost_1_47_0.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase Created 7 years, 11 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 | « libraries/agg-2.5/nacl-agg-2.5.sh ('k') | libraries/bzip2-1.0.6/nacl-bzip2-1.0.6.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/boost_1_47_0/nacl-boost_1_47_0.sh
diff --git a/libraries/boost_1_47_0/nacl-boost_1_47_0.sh b/libraries/boost_1_47_0/nacl-boost_1_47_0.sh
index 971081e96cc5c7744e9f6486964779ac1c498532..06f16d9e178b894dfe148febc236ac52c28b5bb0 100755
--- a/libraries/boost_1_47_0/nacl-boost_1_47_0.sh
+++ b/libraries/boost_1_47_0/nacl-boost_1_47_0.sh
@@ -25,7 +25,7 @@ CustomBuildStep() {
# TODO(eugenis): build dynamic libraries, too
if [ $NACL_GLIBC = "1" ] ; then
./bjam install \
- --prefix=${NACL_SDK_USR} \
+ --prefix=${NACLPORTS_PREFIX} \
link=static \
-d+2 \
--without-python \
@@ -33,7 +33,7 @@ CustomBuildStep() {
--without-mpi
else
./bjam install \
- --prefix=${NACL_SDK_USR} \
+ --prefix=${NACLPORTS_PREFIX} \
link=static \
-d+2 \
--with-date_time \
« no previous file with comments | « libraries/agg-2.5/nacl-agg-2.5.sh ('k') | libraries/bzip2-1.0.6/nacl-bzip2-1.0.6.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698