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

flexible caps for gdal

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