From 739d88b481006af5987c7b3a4c1897e498997105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Sebesty=C3=A9n?= Date: Sat, 23 Nov 2024 12:00:50 +0100 Subject: [PATCH] Support /opt/homebrew base folder --- extconf.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extconf.rb b/extconf.rb index c460997..1a7fba5 100644 --- a/extconf.rb +++ b/extconf.rb @@ -5,6 +5,7 @@ HEADER_DIRS = [ '/usr/local/include', + '/opt/homebrew/include/', INCLUDEDIR, @@ -13,6 +14,7 @@ LIB_DIRS = [ '/usr/local/lib', + '/opt/homebrew/lib', LIBDIR,