Skip to content

Commit

Permalink
Recogmize jack64 for finding the JACK library name
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Nov 16, 2024
1 parent 54bfc89 commit 6398f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindJACK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ find_path(JACK_INCLUDE_DIR NAMES jack/jack.h
DOC "The JACK include directory"
)

find_library(JACK_LIBRARY NAMES jack
find_library(JACK_LIBRARY NAMES jack jack64
DOC "The JACK library"
)

Expand Down

0 comments on commit 6398f4e

Please sign in to comment.