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

pygdal

parent 0749a047
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 gdal &> /dev/null) then if (pip-grep -s requirements.txt GDAL gdal pygdal &> /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