mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:43:24 +00:00
mxe-based-build.sh: copy a googlemaps plugin instead of esri
This would work only if the folder: $BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/plugins/geoservices contains such a file. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
ca37301cb5
commit
e05abca7e0
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ do
|
|||
mkdir -p $STAGING_TESTS_DIR/$(basename $d)
|
||||
for f in $d/*
|
||||
do
|
||||
if [[ "$d" =~ geoservice ]] && [[ ! "$f" =~ esri ]] ; then
|
||||
if [[ "$d" =~ geoservice ]] && [[ ! "$f" =~ googlemaps ]] ; then
|
||||
continue
|
||||
fi
|
||||
if [[ "$RELEASE" == "Release" ]] && ([[ ! -f ${f//d.dll/.dll} || "$f" == "${f//d.dll/.dll}" ]]) ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue