Skip to content

Instantly share code, notes, and snippets.

@kaichen
Created October 24, 2009 16:47
Show Gist options
  • Save kaichen/217621 to your computer and use it in GitHub Desktop.
Save kaichen/217621 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
sudo env ARCHFLAGS="-arch x86_64" gem install do_mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment