add bsd for ncurses

pull/45/head
ruki 5 years ago
parent d281c9580c
commit 112c7f7126
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      packages/n/ncurses/xmake.lua

@ -20,7 +20,7 @@ package("ncurses")
end end
end) end)
on_install("linux", "macosx", function (package) on_install("linux", "macosx", "bsd", function (package)
local configs = {"--without-manpages", "--enable-sigwinch", "--with-gpm=no"} local configs = {"--without-manpages", "--enable-sigwinch", "--with-gpm=no"}
if package:config("widec") then if package:config("widec") then
table.insert(configs, "--enable-widec") table.insert(configs, "--enable-widec")

Loading…
Cancel
Save