mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
fixes #423, the install script now appends the /bin to the path variable suggestion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user