Skip to content
Snippets Groups Projects
Commit 9b22bd89 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing install boost on OSX

parent 6d815052
No related branches found
No related tags found
No related merge requests found
Pipeline #3780 passed
......@@ -352,7 +352,7 @@ else
./script/install_BOOST.sh $i_dir $ncore clang
else
if [ x"$CXX" == x"g++" ]; then
if [ x"$is_apple_llvm" == x"1" ]; then
if [ x"$is_apple_llvm" == x"yes" ]; then
./script/install_BOOST.sh $i_dir $ncore clang
else
./script/install_BOOST.sh $i_dir $ncore gcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment