mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
libdc: update the MXE build script for submodule
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3368b89336
commit
25041be08c
2 changed files with 9 additions and 10 deletions
|
@ -40,6 +40,9 @@ CURRENT_LIBGIT2="v0.26.0"
|
|||
echo "Get libdivecomputer"
|
||||
cd ${TRAVIS_BUILD_DIR}
|
||||
git submodule update --recursive
|
||||
cd libdivecomputer
|
||||
autoreconf --install
|
||||
autoreconf --install
|
||||
|
||||
echo "Get libusb"
|
||||
cd ${TRAVIS_BUILD_DIR}/..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue