mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fix libmicrohttpd vendor setup order of operations.
This commit is contained in:
parent
d03513ee1e
commit
47c76e03bc
@ -215,9 +215,9 @@ wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.75.tar.gz
|
||||
tar xvfz libmicrohttpd-0.9.75.tar.gz
|
||||
cd libmicrohttpd-0.9.75
|
||||
./configure --enable-shared --enable-static --with-pic --enable-https=no --disable-curl --prefix=`pwd`/output
|
||||
mv output ../libmicrohttpd-bin
|
||||
make
|
||||
make install
|
||||
mv output ../libmicrohttpd-bin
|
||||
cd ..
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user