mautrix / whatsapp

A Matrix-WhatsApp puppeting bridge
https://maunium.net/go/mautrix-whatsapp
GNU Affero General Public License v3.0
1.29k stars 175 forks source link

Fix build.sh to work on FreeBSD #587

Open trilkk opened 1 year ago

trilkk commented 1 year ago

FreeBSD uses the default include directory /usr/local/include and default library directory /usr/local/lib for 3rd party software. I have to always manually modify the build script when updating to the latest tag, this should avoid that hurdle.

If you want to achieve this through some other means it's fine by me. But something like this would be cool.