link with curses library
This commit is contained in:
parent
957f7ec0fd
commit
66517921ab
@ -1,5 +1,6 @@
|
||||
require "mkmf"
|
||||
|
||||
abort("Error: missing curses.h") unless have_header("curses.h")
|
||||
abort("Error: missing curses library") unless have_library("curses")
|
||||
|
||||
create_makefile "svi/svi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user