Fix MacOS Build - #71
Conversation
The location of OpenAL frameworks have been moved from system library to be a part of the Xcode Command Line Tools, this was preventing the current (17/01/2021) pip install to fail on current MacOS versions.
usr-ein
commented
Feb 19, 2022
I've tested this PR on macOs Monterey (12.2.1) with python 3.9.1 and it worked like a charm 👍🏻 |
tbenst
commented
Mar 18, 2022
What should be done exactly with a MacOS Monterey? Here is my issue: I replaced two of these lines with: (as recommended on the issue above) Though, I still have an error when running: python setup.py install EDIT: I solved it with 3a56428 |
The location of OpenAL frameworks have been moved from system library to be a part of the Xcode Command Line Tools, this was preventing the current (17/01/2021) pip install to fail on current MacOS versions.
See issue 67: #67