Files
azerothcore-wotlk/apps/installer/includes/os_configs/osx.sh
Kargatum 50adcf2065 feat(Deps/Boost): add boost support (#5676)
* feat(Deps/Boost): add boost support

* 1

* 2

* to 1.74
2021-05-23 13:53:15 +02:00

17 lines
518 B
Bash

##########################################
## workaround to fix macos-10.15 configure os from failing
brew reinstall openssl@1.1
rm '/usr/local/bin/2to3'
##########################################
brew update
##########################################
## workaround for cmake already being installed in the github runners
if ! command -v cmake &>/dev/null ; then
brew install cmake
fi
##########################################
brew install openssl readline ace boost bash-completion curl unzip mysql ccache