From 708876f624130c6e770697b79b74d41f79e032c7 Mon Sep 17 00:00:00 2001 From: Pat Leamon Date: Fri, 19 Aug 2022 10:10:50 +1000 Subject: [PATCH] Add path to support homebrew on arm based macbook --- ext/mysql2/extconf.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mysql2/extconf.rb b/ext/mysql2/extconf.rb index ea9f448e..592e0248 100644 --- a/ext/mysql2/extconf.rb +++ b/ext/mysql2/extconf.rb @@ -48,6 +48,7 @@ def add_ssl_defines(header) /opt/local /opt/local/mysql /opt/local/lib/mysql5* + /opt/homebrew/opt/mysql* /usr /usr/mysql /usr/local