1
0
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:
Miso Zmiric (Mike Squinter)
2014-09-14 13:58:27 +01:00
parent 30c01d4672
commit efbe7175f4

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