1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Extract to subdirectory...

This commit is contained in:
Balletie
2014-08-23 20:37:05 +02:00
parent 22f090a688
commit dc9a3d361f

View File

@@ -51,7 +51,7 @@ if [[ `uname` == "Darwin" ]]; then
mingw_name=mingw-w32-bin_i686-darwin_20130531
mingw_tar=$mingw_name.tar.bz2
mingw_install_dir=/usr/local/
mingw_install_dir=/usr/local/mingw_w32-bin_i686-darwin
mingw_path=$mingw_install_dir$mingw_name/
if [[ ! -f $cachedir/$mingw_tar ]]; then
wget "https://downloads.sourceforge.net/project/mingw-w64/Toolchains targetting Win32/Automated Builds/$mingw_tar" --output-document $cachedir/$mingw_tar