Skip to content
Snippets Groups Projects
Commit 26b4bfba authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

gdal fix

parent 9e00de4e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ bpwatch start gdal_install
# If GDAL exists within requirements, use vendored gdal.
if (pip-grep -s requirements.txt GDAL &> /dev/null) then
if [ -d ".heroku/vendor/lib/gdal-1.11.0" ]; then
if [ -f ".heroku/vendor/bin/gdalserver" ]; then
export GDAL=$(pwd)/vendor
else
echo "-----> Noticed GDAL. Bootstrapping gdal."
......
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