Add --arch=64 to MacOS start script.
This commit is contained in:
@@ -6,4 +6,4 @@ echo "$BASEDIR"
|
|||||||
cd "$BASEDIR"
|
cd "$BASEDIR"
|
||||||
|
|
||||||
# TODO: unhardcode this, probably ship Mono with SS14.
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user