From ba4d46551d132492b34205cdb8fa224c92765bef Mon Sep 17 00:00:00 2001 From: Pat Leamon Date: Wed, 24 Aug 2022 04:31:37 +1000 Subject: [PATCH] Add path to support homebrew on arm based macbook (#1278) --- 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