Skip to content

Commit

Permalink
build spatialite before gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Oct 7, 2020
1 parent 54bf687 commit 54872e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_deps/recipes/gdal/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ DEPS_gdal=(
libkml
pcre
unixodbc
spatialite
)

# url of the package
Expand Down Expand Up @@ -86,7 +87,6 @@ function shouldbuild_gdal() {
if [ ${STAGE_PATH}/lib/$LINK_gdal -nt $BUILD_gdal/.patched ]; then
DO_BUILD=0
fi
# DO_BUILD=1
}

function build_ecw() {
Expand Down

0 comments on commit 54872e0

Please sign in to comment.