Commit 06036d53 authored by Matthew Brett's avatar Matthew Brett
Browse files

Allowed shared build of CURL

parent 2766941d
......@@ -249,7 +249,7 @@ function build_lzo {
function build_curl {
if [ -e curl-stamp ]; then return; fi
local flags="--prefix=$BUILD_PREFIX --disable-shared"
local flags="--prefix=$BUILD_PREFIX"
if [ -n "$IS_OSX" ]; then
flags="$flags --with-darwinssl"
else # manylinux
......
Markdown is supported
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