I've been trying to compile a rust binary and this is the error that I'm facing after I try to run it in a computer where OpenAL isn't already installed
dyld: Library not loaded: /usr/local/opt/openal-soft/lib/libopenal.1.dylib
Referenced from: /Users/xxxxxx/Downloads/rustyvibes
Reason: image not found
Would there be any way to static link the libraries for this crate?