mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-26 09:24:47 +00:00
Merge pull request #2874
25f4ab81
fixed linking against libreadline on OpenBSD (ston1th)
This commit is contained in:
commit
ec63d64a67
1 changed files with 4 additions and 0 deletions
|
@ -68,3 +68,7 @@ main()
|
|||
if(NOT Readline_LIBRARY)
|
||||
set(Readline_LIBRARY "")
|
||||
endif()
|
||||
|
||||
if(Readline_LIBRARY AND OPENBSD)
|
||||
list(APPEND EXTRA_LIBRARIES curses)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue