mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Fix mac build
This commit is contained in:
parent
c18f9fb23c
commit
c99f3e2ed9
1 changed files with 2 additions and 1 deletions
|
|
@ -3,5 +3,6 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
if [[ x$OSTYPE =~ ^xdarwin ]]; then
|
if [[ x$OSTYPE =~ ^xdarwin ]]; then
|
||||||
|
brew update
|
||||||
brew install "mysql"
|
brew install "mysql"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue