Last active
December 24, 2015 02:53
-
-
Save vmlinz/add7819f52706fdc7b98 to your computer and use it in GitHub Desktop.
Install eventmachine gem with brew installed open ssl
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
| bundle config build.eventmachine --with-cppflags=\"-I/usr/local/opt/openssl/include\" --with-ldflags=\"-L/usr/local/opt/openssl/lib\" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment