Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
06036d53
Commit
06036d53
authored
Nov 04, 2016
by
Matthew Brett
Browse files
Allowed shared build of CURL
parent
2766941d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library_builders.sh
library_builders.sh
+1
-1
No files found.
library_builders.sh
View file @
06036d53
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment