Skip to content

Commit

Permalink
adapt virtual raster provider name
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 24, 2021
1 parent 237298a commit 5bef67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qgis_bundle/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ function fix_binaries_qgis() {

# virtualraster added in 3.21
VIRTUALRASTER=
if [ -f "$BUNDLE_CONTENTS_DIR/PlugIns/qgis/libvirtualraster.so" ]; then
VIRTUALRASTER=PlugIns/qgis/libvirtualraster.so
if [ -f "$BUNDLE_CONTENTS_DIR/PlugIns/qgis/$(qgis_libname provider virtualraster).so" ]; then
VIRTUALRASTER=PlugIns/qgis/$(qgis_libname provider virtualraster).so
fi

# https://github.com/qgis/QGIS/pull/43559
Expand Down

0 comments on commit 5bef67f

Please sign in to comment.