Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 28, 2013 12:07
Show Gist options
  • Save 1951FDG/6c34bf3a1659bfdd4857 to your computer and use it in GitHub Desktop.
Save 1951FDG/6c34bf3a1659bfdd4857 to your computer and use it in GitHub Desktop.
Force a specific architecture to run
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