-
-
Save cdimartino/bd934ca5e8ded0d57dfb to your computer and use it in GitHub Desktop.
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
# Cannot build EventMachine | |
``` | |
bundle config --global build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include | |
``` | |
# Cannot build pg gem | |
``` | |
bundle config --global build.pg --with-pg_config= /Applications/Postgres.app/Contents/Versions/9.4/bin/pg_config | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment