mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-12 04:15:01 -05:00
Really fix ncurses lookup on Arch Linux
Commit 27ee8d8943
forgot to add the paths
without ncursesw/ to the find_path() call
This commit is contained in:
parent
7a828de1bc
commit
decbd396df
@ -115,7 +115,7 @@ if(CURSES_USE_NCURSESW)
|
||||
get_filename_component(_cursesParentDir "${_cursesLibDir}" PATH)
|
||||
|
||||
find_path(CURSES_INCLUDE_PATH
|
||||
NAMES ncursesw/ncurses.h ncursesw/curses.h
|
||||
NAMES ncursesw/ncurses.h ncursesw/curses.h ncurses.h curses.h
|
||||
HINTS "${_cursesParentDir}/include"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user