Created
October 28, 2013 12:07
-
-
Save 1951FDG/6c34bf3a1659bfdd4857 to your computer and use it in GitHub Desktop.
Force a specific architecture to run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opt[0] = "/bin/bash" | |
opt[1] = "-c" | |
opt[2] = " exec /usr/bin/arch -arch x86_64 /Volumes/Untitled/Users/administrator/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour" | |
opt[0] = "/usr/bin/arch" | |
opt[1] = "-arch" | |
opt[2] = "x86_64" | |
opt[3] = "/Volumes/Untitled/Users/administrator/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment