Skip to content
Snippets Groups Projects
Unverified Commit 3ab20244 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixup the make install

parent c3c49bf7
No related merge requests found
......@@ -101,7 +101,7 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$MBEDTLS3" ]; then
git clone --depth=1 -b v3.0.0 https://github.com/ARMmbed/mbedtls
cd mbedtls
make
make DESTDIR=$HOME/mbedtls3
make DESTDIR=$HOME/mbedtls3 install
fi
if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment