diff options
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}/.. |