diff --git a/src/Internal/HPackNghttp2.php b/src/Internal/HPackNghttp2.php index 1e60fe7..37f1f20 100644 --- a/src/Internal/HPackNghttp2.php +++ b/src/Internal/HPackNghttp2.php @@ -69,7 +69,7 @@ private static function init(): void $header = \file_get_contents(__DIR__ . '/amp-hpack.h'); - $files = ['libnghttp2.so.14', 'libnghttp2.so', 'libnghttp2.dylib']; + $files = ['libnghttp2.so.14', 'libnghttp2.so', 'libnghttp2.dylib', '/opt/homebrew/lib/libnghttp2.dylib']; $error = null; foreach ($files as $file) {