Skip to content

Commit 0c59b49

Browse files
committed
tell curl to follow redirects, else it can't download libunwind :(
1 parent 70fa4f4 commit 0c59b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/build-libunwind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
yum install -y libtool
33
cd
4-
curl -O http://download.savannah.gnu.org/releases/libunwind/libunwind-1.2.tar.gz
4+
curl -L -O http://download.savannah.gnu.org/releases/libunwind/libunwind-1.2.tar.gz
55
tar xf libunwind-1.2.tar.gz
66
cd libunwind-1.2/
77
./configure

0 commit comments

Comments
 (0)