We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daffcf2 commit 1a67477Copy full SHA for 1a67477
.travis.yml
@@ -17,7 +17,7 @@ before_install:
17
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
18
- tar -xvzf libmicrohttpd-0.9.59.tar.gz
19
- cd libmicrohttpd-0.9.59
20
- - ./configure --disable-examples --prefix=/usr
+ - ./configure --disable-examples
21
- make
22
- sudo make install
23
- cd ..
0 commit comments