Browse Source

add bsd for ncurses

ruki 5 years ago
parent
commit
112c7f7126
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/n/ncurses/xmake.lua

+ 1 - 1
packages/n/ncurses/xmake.lua

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