changeset 1:577d41064615 draft

Uploaded
author iuc
date Wed, 28 Jan 2015 02:33:45 -0500
parents b0ef20ca0e03
children ceb80e9fb18f
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jan 27 17:51:31 2015 -0500
+++ b/tool_dependencies.xml	Wed Jan 28 02:33:45 2015 -0500
@@ -18,7 +18,7 @@
                 <action type="shell_command">./bootstrap.sh</action>
                 <!-- try to set the right architecture with uname -m -->
                 <action type="shell_command">
-                    ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR;
+                    ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBOOST_ROOT=$INSTALL_DIR/boost -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR;
                 </action>
                 <action type="set_environment">
                     <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable>