ianks / mini_phone

A fast phone number parser, validator and formatter for Ruby. This gem binds to Google's C++ libphonenumber for spec-compliance and performance.
MIT License
160 stars 8 forks source link

Fix builds for `arm64-darwin` #10

Closed ianks closed 2 years ago

ianks commented 2 years ago

This adds /opt/homebrew/include to the search paths when on arm64-darwin.

resolves #9