mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
eb101aab1f
commit
d66376a8f3
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ if [ "$MXEBUILDTYPE" = "x86_64-w64-mingw32.shared" ] ; then
|
||||||
--host="$MXEBUILDTYPE" \
|
--host="$MXEBUILDTYPE" \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--prefix="$BASEDIR"/"$MXEDIR"/usr/"$MXEBUILDTYPE"
|
--prefix="$BASEDIR"/"$MXEDIR"/usr/"$MXEBUILDTYPE"
|
||||||
|
cd src
|
||||||
make $JOBS
|
make $JOBS
|
||||||
make install
|
make install
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue