mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +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" \
|
||||
--enable-shared \
|
||||
--prefix="$BASEDIR"/"$MXEDIR"/usr/"$MXEBUILDTYPE"
|
||||
cd src
|
||||
make $JOBS
|
||||
make install
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue