Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / compil_scripts / boost.sh
index cbb9faedb222ec1541a45d5e00419dbe238f0c32..6d8ac902b026ba0c25028297699ce3589f91f444 100755 (executable)
@@ -17,9 +17,9 @@ then
     exit 1
 fi
 
-echo "*** bjam install"
+echo "*** bjam ${MAKE_OPTIONS} install"
 
-./bjam -j4 install
+./bjam  ${MAKE_OPTIONS} install
 
 if [ $? -ne 0 ]
 then