mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: fix stupid hack for MXE build script
This is much easier. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e3cc0d9651
commit
cc04f5d3f8
1 changed files with 1 additions and 4 deletions
|
@ -162,10 +162,7 @@ if [ "$MXEBUILDTYPE" = "x86_64-w64-mingw32.shared" ] ; then
|
|||
rm -f build.libmtp
|
||||
cd "$BASEDIR/libmtp"
|
||||
export NOCONFIGURE=1
|
||||
# crudely disable the interactive part of autogen.sh
|
||||
sed --in-place=.bak 's/read IN/IN="N"/;s/echo "Auto/#echo "Auto/' autogen.sh
|
||||
bash autogen.sh
|
||||
mv autogen.sh.bak autogen.sh
|
||||
echo 'N' | bash autogen.sh
|
||||
cd "$BUILDDIR"
|
||||
mkdir -p libmtp
|
||||
cd libmtp
|
||||
|
|
Loading…
Add table
Reference in a new issue