From 4b345c0ea6166b396d426a8a60fbffb876da8d8d Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 26 Oct 2017 17:58:48 +0200 Subject: [PATCH] Add --arch=64 to MacOS start script. --- BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14 b/BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14 index e364a85256..b5bcdfbfe4 100755 --- a/BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14 +++ b/BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14 @@ -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