Skip to content

Instantly share code, notes, and snippets.

@bkaney
Created October 16, 2009 15:56
Show Gist options
  • Save bkaney/211875 to your computer and use it in GitHub Desktop.
Save bkaney/211875 to your computer and use it in GitHub Desktop.
alias sgi32='sudo env ARCHFLAGS="-Os -arch i386 -fno-common" gem install --no-ri --no-rdoc'
alias sgi64='sudo env ARCHFLAGS="-Os -arch x86_64 -fno-common" gem install --no-ri --no-rdoc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment