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
d451c58f
Commit
d451c58f
authored
Jul 02, 2021
by
Andrew Murray
Browse files
Use brew in ensure_xz on macOS
parent
56fc3949
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
library_builders.sh
library_builders.sh
+5
-1
No files found.
library_builders.sh
View file @
d451c58f
...
...
@@ -237,7 +237,11 @@ function build_xz {
function
ensure_xz
{
if
[[
!
$(
type
-P
"xz"
)
]]
;
then
build_xz
if
[
-n
"
$IS_MACOS
"
]
;
then
brew
install
xz
else
build_xz
fi
fi
}
...
...
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