From 3ed75c3975429e7c0da2af169c6d78c2f151682c Mon Sep 17 00:00:00 2001 From: Razakhel Date: Fri, 3 May 2024 19:01:02 +0200 Subject: [PATCH] [CMake/OpenAL] Added /opt/homebrew/opt on macOS as a search path - This is the path used by Homebrew on macOS 14, at least on the CI --- cmake/FindOpenAL.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/FindOpenAL.cmake b/cmake/FindOpenAL.cmake index 33cb3cbc..84f60e29 100644 --- a/cmake/FindOpenAL.cmake +++ b/cmake/FindOpenAL.cmake @@ -77,6 +77,7 @@ elseif (APPLE) "~/Library/Frameworks/openal*" "/Library/Frameworks/openal*" "/opt/openal*" + "/opt/homebrew/opt/openal*" "/usr/local/opt/openal*" ) else () # Linux