Adding step to copy libjasper to vendor lib directory so that libgdal will load (#449)

This commit is contained in:
Zach McCormick
2017-09-08 10:43:28 -05:00
committed by Kenneth Reitz
parent df7f8f3507
commit 002780c2d9
+1
View File
@@ -30,6 +30,7 @@ if [[ "$BUILD_WITH_GEO_LIBRARIES" ]]; then
curl "$VENDORED_GDAL" -s | tar zxv -C .heroku/vendor &> /dev/null
curl "$VENDORED_GEOS" -s | tar zxv -C .heroku/vendor &> /dev/null
curl "$VENDORED_PROJ" -s | tar zxv -C .heroku/vendor &> /dev/null
cp /usr/lib/x86_64-linux-gnu/libjasper.so* ".heroku/vendor/lib/."
fi
GDAL=$(pwd)/vendor