Skip to content

Commit

Permalink
Fix mac again?
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Dec 25, 2024
1 parent 8364276 commit 2ac2982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/FindOpusFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Search for the OpusFile header
find_path(OPUSFILE_INCLUDE_DIR
NAMES opusfile.h
PATHS /usr/include/opus /usr/local/include/opus
PATHS /usr/include/opus /usr/local/include/opus /opt/local/include/opus
DOC "Directory where opusfile.h is located"
)

Expand Down

0 comments on commit 2ac2982

Please sign in to comment.