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

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: 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
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 5e6e5b623cb026cf8d11d48a09a0efb72eed7f29..6348ed3dbea43a56467dd975cf291c8310eb27c7 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
@@ -28,7 +28,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 \
@@ -36,7 +36,7 @@ CustomBuildStep() {
--without-mpi
else
./bjam install \
- --prefix=${NACL_SDK_USR} \
+ --prefix=${NACLPORTS_PREFIX} \
link=static \
-d+2 \
--with-date_time \

Powered by Google App Engine
This is Rietveld 408576698