El Capitan openssl ruby native gem not build issue
Take eventmachine
gem for example, run:
bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include
then run
bundle install
will build.
Take eventmachine
gem for example, run:
bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include
then run
bundle install
will build.