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
1fb51b3b
Unverified
Commit
1fb51b3b
authored
Jun 15, 2020
by
Andrew Murray
Committed by
GitHub
Jun 15, 2020
Browse files
Merge pull request #339 from matthew-brett/fix-ragel
MRG: Temporary fix for Ragel build on macOS
parents
367172fc
02dd1cf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
library_builders.sh
library_builders.sh
+8
-1
No files found.
library_builders.sh
View file @
1fb51b3b
...
@@ -370,7 +370,14 @@ function build_libtool {
...
@@ -370,7 +370,14 @@ function build_libtool {
}
}
function
build_ragel
{
function
build_ragel
{
build_simple ragel
$RAGEL_VERSION
https://www.colm.net/files/ragel
local
htprefix
=
https
if
[
-n
"
$IS_OSX
"
]
;
then
# Invalid certificate, when using macOS curl.
# https://security.stackexchange.com/questions/232445/https-connection-to-specific-sites-fail-with-curl-on-macos
# Cert will likely be removed by Safari update in due course.
htprefix
=
http
fi
build_simple ragel
$RAGEL_VERSION
${
htprefix
}
://www.colm.net/files/ragel
}
}
function
build_bison
{
function
build_bison
{
...
...
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