1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Merge pull request #424 from mzmiric5/master

fixes #423, the install script now appends the /bin to the path variable...
This commit is contained in:
Ted John
2014-09-14 14:28:37 +01:00

View File

@@ -51,7 +51,7 @@ if [[ `uname` == "Darwin" ]]; then
mingw_name=mingw-w32-bin_i686-darwin
mingw_tar=$mingw_name"_20130531".tar.bz2
mingw_path=/usr/local/$mingw_name
mingw_path=/usr/local/$mingw_name/bin
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
fi