Skip to content

Commit

Permalink
fix plugin/provder naming (followup 8e64d4b)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 5, 2023
1 parent 8e64d4b commit aefbeeb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions qgis_bundle/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ function bundle_qgis() {
function qgis_libname() {
_module=$1
_lib=$2
if [[ "$_module" == "plugin" ]]; then
echo "lib${_module}_${_lib}"
else
echo "lib${_lib}${_module}"
fi
echo "lib${_module}_${_lib}"
}

function fix_binaries_qgis() {
Expand Down

0 comments on commit aefbeeb

Please sign in to comment.