build-system/windows: don't build the libmtp examples

We had that fail in the GitHub Action - but really, why would we build those in
the first place.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-09-30 13:52:33 -07:00 committed by bstoeger
parent eb101aab1f
commit d66376a8f3

View file

@ -171,6 +171,7 @@ if [ "$MXEBUILDTYPE" = "x86_64-w64-mingw32.shared" ] ; then
--host="$MXEBUILDTYPE" \
--enable-shared \
--prefix="$BASEDIR"/"$MXEDIR"/usr/"$MXEBUILDTYPE"
cd src
make $JOBS
make install
fi