diff --git a/build.sh b/build.sh index 965c72cbbf..b69543ebd8 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,10 @@ pushd build make popd +if [[ ! -h openrct2.dll ]]; then + ln -s build/openrct2.dll openrct2.dll +fi + if [[ -t 1 ]]; then echo -e "\nDone! Run OpenRCT2 by typing:\n\n\033[95mwine openrct2.exe\n\033[0m" else