summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-02 18:53:52 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-02 18:53:52 -0700
commit2b9523dcff372dbc4a877c14f2a0ece32ae57959 (patch)
tree8afa1259e5953a8e7ef321598d81069b6f5e50dd /packaging
parentbc1a3889528df1235d1facfe99ebf8b167a06ef5 (diff)
parente05abca7e03953df77bdb46d225c853fe73f55f7 (diff)
downloadsubsurface-2b9523dcff372dbc4a877c14f2a0ece32ae57959.tar.gz
Merge branch 'googlemaps' of git://github.com/neolit123/subsurface into googlemaps
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/windows/mxe-based-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh
index 19fd3c07d..08b742c25 100755
--- a/packaging/windows/mxe-based-build.sh
+++ b/packaging/windows/mxe-based-build.sh
@@ -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