Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
f63ce5c9
Commit
f63ce5c9
authored
Feb 11, 2016
by
gsell
Browse files
Programming/cmake/build: use '--system-curl' on Mac OS X only
parent
c2629155
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Programming/cmake/build
Programming/cmake/build
+8
-2
No files found.
Programming/cmake/build
View file @
f63ce5c9
#!/usr/bin/env modbuild
declare
bootstrap_flags
=
''
case
$
OS
in
Darwin
)
bootstrap_flags
+=
'--system-curl'
;;
esac
pbuild
::
configure
()
{
"${MODULE_SRCDIR}/bootstrap"
--
prefix
=
"${PREFIX}"
--
system
-
curl
--
verbose
"${MODULE_SRCDIR}/bootstrap"
--
prefix
=
"${PREFIX}"
$
{
bootstrap_flags
}
--
verbose
}
pbuild
::
add_to_group
'Programming'
#pbuild::set_build_dependencies "${COMPILER}"
pbuild
::
make_all
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