Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cliffrowley/daf4f28925f1aff758644ae8b7b97274 to your computer and use it in GitHub Desktop.
Save cliffrowley/daf4f28925f1aff758644ae8b7b97274 to your computer and use it in GitHub Desktop.
macOS Big Sur + Homebrew MySQL 5.6 + Ruby mysql2 gem
bundle config build.mysql2 \
  --with-mysql-config=/usr/local/opt/mysql@5.6/bin/mysql_config \
  --with-ldflags=-L/usr/local/opt/openssl/lib \
  --with-cppflags=-I/usr/local/opt/openssl/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment