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 \ |