Skip to content

Commit

Permalink
Correct download location
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 28, 2017
1 parent 5960d22 commit e39fae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [[ ! -d boost ]]; then
./bootstrap.sh --prefix="$boost_dir/installation" --without-libraries=python
./b2 -j8 toolset=clang cxxflags="-fPIC -stdlib=libc++" linkflags="-stdlib=libc++" \
runtime-link=shared variant=release link=static threading=multi install
rm download
rm ../../download

popd &>/dev/null
fi
Expand Down

0 comments on commit e39fae9

Please sign in to comment.