You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Would there be any way to static link the libraries for this crate?
The text was updated successfully, but these errors were encountered: