mautrix / imessage

A Matrix-iMessage puppeting bridge
https://go.mau.fi/mautrix-imessage/
GNU Affero General Public License v3.0
341 stars 37 forks source link

Homebrew libheif not in path specified in build.sh #54

Closed ajkessel closed 2 years ago

ajkessel commented 2 years ago

I believe I have a "vanilla" install of Homebrew -- I've never done anything to change where it puts files. For me, libheif is in /usr/local/Cellar/libheif/1.12.0_1/lib/ rather than /opt/homebrew/lib or /usr/local/homebrew/lib, the paths hard-coded into build.sh. Is there something wrong with how I have Homebrew installed or should build.sh search under /usr/local/Cellar subdirectories for this library? For now, I've manually entered the path in build.sh but would like to have this work correctly moving forward.