File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ package("readline")
55
66 add_urls (" https://ftpmirror.gnu.org/readline/readline-$(version).tar.gz" ,
77 " https://ftp.gnu.org/gnu/readline/readline-$(version).tar.gz" )
8+
9+ add_versions (" 8.2" , " 3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" )
810 add_versions (" 8.1" , " f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02" )
911
1012 add_deps (" ncurses" )
@@ -13,7 +15,7 @@ package("readline")
1315 local configs = {" --with-curses" }
1416 table.insert (configs , " --enable-shared=" .. (package :config (" shared" ) and " yes" or " no" ))
1517 table.insert (configs , " --enable-static=" .. (package :config (" shared" ) and " no" or " yes" ))
16- if package :debug () then
18+ if package :is_debug () then
1719 table.insert (configs , " --enable-debug" )
1820 end
1921 if package :config (" pic" ) ~= false then
You can’t perform that action at this time.
0 commit comments