Add --arch=64 to MacOS start script.

This commit is contained in:
Pieter-Jan Briers
2017-10-26 17:58:48 +02:00
parent fd4584519e
commit 4b345c0ea6

View File

@@ -6,4 +6,4 @@ echo "$BASEDIR"
cd "$BASEDIR"
# TODO: unhardcode this, probably ship Mono with SS14.
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono ./SS14.Client.exe
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --arch=64 ./SS14.Client.exe