1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Replace references to OS X

This commit is contained in:
Marijn van der Werf
2016-06-13 19:49:06 +02:00
parent 7a7813693c
commit 42ee299f65
9 changed files with 13 additions and 13 deletions

View File

@@ -114,7 +114,7 @@ function install_pkg_config {
cat /usr/local/bin/i686-w64-mingw32-pkg-config
}
function os_x_install_mingw_32 {
function mac_os_install_mingw_32 {
local mingw_name="mingw-w32-bin_i686-darwin"
local mingw_tar="${mingw_name}_20130531.tar.bz2"
local mingw_path="/usr/local/$mingw_name"
@@ -150,7 +150,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
if [[ $TARGET == "windows" ]]; then
brew install wine
os_x_install_mingw_32
mac_os_install_mingw_32
else
brew install jansson sdl2 sdl2_ttf speex --universal
fi