"platforms/hip/tests/TestHipRandom.cpp" did not exist on "d147fc2cbee7aee6ecaced81da2eb69d9e473f03"
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 { ...@@ -249,7 +249,7 @@ function build_lzo {
function build_curl { function build_curl {
if [ -e curl-stamp ]; then return; fi if [ -e curl-stamp ]; then return; fi
local flags="--prefix=$BUILD_PREFIX --disable-shared" local flags="--prefix=$BUILD_PREFIX"
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then
flags="$flags --with-darwinssl" flags="$flags --with-darwinssl"
else # manylinux 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