Skip to content

Commit

Permalink
SET HAVE_LIBREADLINE to 1 for MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuee authored Nov 1, 2023
1 parent 2bb36b9 commit 6991bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ if(HAVE_LIBREADLINE)
find_library(LIB_NCURSES NAMES ncurses)
elseif(MSVC)
set(HAVE_LIBREADLINE 1)
elseif(MINGW)
set(HAVE_LIBREADLINE 1)
endif()

#-------------------------------------
Expand Down

0 comments on commit 6991bd3

Please sign in to comment.