Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Link against openal-soft (libopenal.dylib) on OSX (instead of framework version) #26

Closed
venetanji opened this issue Aug 20, 2016 · 3 comments

Comments

@venetanji
Copy link

This may be kind of a pain for you, but I wonder if there is any way to give the option without needing have a whole other package. The problem is that openal-soft compiles as a dylib typically in /usr/local/lib but the openal link is specified as framework in this package so I just had to modify that one line in a local project to get it working.

@jpernst
Copy link
Owner

jpernst commented Nov 3, 2016

Sorry this slipped under my radar. I'm completely rewriting this lib, so I'll remember to look into this once it's back in a workable state.

@jpernst
Copy link
Owner

jpernst commented Nov 19, 2016

I'm reworking the sys bindings to use libloading instead of a compile-time link. As part of the loading process, it will search for libopenal.dylib first before falling back to the framework version, so this will be fixed in the next published release.

@jpernst
Copy link
Owner

jpernst commented Feb 18, 2017

This is no longer an issue with alto, since the library is loaded dynamically, hopefully that improves the situation.

@jpernst jpernst closed this as completed Feb 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants