We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brianmario/mysql2#1005 (comment)
Ensure bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)" is configured
bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)"
Current ~/.bundle/config:
~/.bundle/config
--- BUNDLE_DISABLE_LOCAL_BRANCH_CHECK: "true" BUNDLE_GEM__TEST: "false" BUNDLE_GEM__MIT: "true" BUNDLE_GEM__COC: "true" BUNDLE_DELETE: "thanx-style" BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries --with-xml2-include=/usr/local/opt/libxml2/include/libxml2" BUNDLE_BUILD__MYSQL2: "--with-opt-dir=/usr/local/opt/openssl"
The text was updated successfully, but these errors were encountered:
2c3f14c
Manage ~/.bundle/config via dots.
5b7ec89
Resolves #32
No branches or pull requests
brianmario/mysql2#1005 (comment)
Ensure
bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)"
is configuredCurrent
~/.bundle/config
:The text was updated successfully, but these errors were encountered: