Skip to content

Commit

Permalink
[CMake/OpenAL] Added /opt/homebrew/opt on macOS as a search path
Browse files Browse the repository at this point in the history
- This is the path used by Homebrew on macOS 14, at least on the CI
  • Loading branch information
Razakhel committed May 3, 2024
1 parent 2d9e7ee commit 3ed75c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindOpenAL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ elseif (APPLE)
"~/Library/Frameworks/openal*"
"/Library/Frameworks/openal*"
"/opt/openal*"
"/opt/homebrew/opt/openal*"
"/usr/local/opt/openal*"
)
else () # Linux
Expand Down

0 comments on commit 3ed75c3

Please sign in to comment.