Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created March 1, 2016 17:05
Show Gist options
  • Select an option

  • Save codeprimate/b895b23a5cf5ca60e124 to your computer and use it in GitHub Desktop.

Select an option

Save codeprimate/b895b23a5cf5ca60e124 to your computer and use it in GitHub Desktop.
Install Gems referencing Homebrew installed OpenSSL on OSX
# Example for EventMachine gem
bundle config build.eventmachine --with-cppflags=-I$(brew --prefix openssl)/include
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment