Skip to content

Commit 68579fe

Browse files
committed
Update Readline search directories
It's annoying now
1 parent 92cc0c5 commit 68579fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeModules/FindReadline.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (READLINE_FOUND AND NOT APPLE)
5252
HINTS ${READLINE_LIBRARY_DIRS}
5353
PATHS
5454
/usr/lib
55-
/usr/lib/*
55+
/usr/lib/x86_64-linux-gnu
5656
/opt/local/lib
5757
/opt/homebrew/lib
5858
/opt/homebrew/opt/readline/lib

0 commit comments

Comments
 (0)