From d66376a8f32d2d78fe55bbb074efa4983a045780 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 30 Sep 2022 13:52:33 -0700 Subject: [PATCH] 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 --- packaging/windows/mxe-based-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 7f4c809b2..8eba7dd42 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -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