Skip to content
Snippets Groups Projects
Commit 6b69c4ed authored by Karsten Rink's avatar Karsten Rink
Browse files

small changes for boost build

parent 05a2e33d
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ LIBGEOTIFF_VERSION="libgeotiff-1.3.0" ...@@ -16,7 +16,7 @@ LIBGEOTIFF_VERSION="libgeotiff-1.3.0"
INSTANTCLIENT_VERSION="instantclient_11_2" INSTANTCLIENT_VERSION="instantclient_11_2"
METIS_VERSION="metis-5.0.2" METIS_VERSION="metis-5.0.2"
BOOST_VERSION="1.53.0" BOOST_VERSION="1.53.0"
BOOST_VERSION_UNDERSCORE=${BOOST_VERSION/./_} BOOST_VERSION_UNDERSCORE=${BOOST_VERSION//./_}
## Windows specific ## Windows specific
if [ "$OSTYPE" == 'msys' ]; then if [ "$OSTYPE" == 'msys' ]; then
...@@ -200,7 +200,7 @@ if [ "$OSTYPE" == 'msys' ]; then ...@@ -200,7 +200,7 @@ if [ "$OSTYPE" == 'msys' ]; then
7za x boost_$BOOST_VERSION_UNDERSCORE.zip 7za x boost_$BOOST_VERSION_UNDERSCORE.zip
mv boost_$BOOST_VERSION_UNDERSCORE/ boost/ mv boost_$BOOST_VERSION_UNDERSCORE/ boost/
rm boost_$BOOST_VERSION_UNDERSCORE.zip rm boost_$BOOST_VERSION_UNDERSCORE.zip
elif [ -f boost/xyz ]; then elif [ -d boost/stage/lib ]; then
BOOST_FOUND=true BOOST_FOUND=true
fi fi
......
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