diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-12-03 12:53:56 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-03 14:12:06 -0800 |
commit | 25041be08c8b5729ce2d6f2b0a07a5c7fab65132 (patch) | |
tree | 0180d174ff38fb450e125ab5099487e9dec90728 /scripts/windows | |
parent | 3368b89336b07b93f036ace72c961d6206dd0b03 (diff) | |
download | subsurface-25041be08c8b5729ce2d6f2b0a07a5c7fab65132.tar.gz |
libdc: update the MXE build script for submodule
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/windows')
-rw-r--r-- | scripts/windows/before_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/windows/before_install.sh b/scripts/windows/before_install.sh index 7eef67d17..16a75e139 100644 --- a/scripts/windows/before_install.sh +++ b/scripts/windows/before_install.sh @@ -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}/.. |