Skip to content

Commit 7049da7

Browse files
committed
versioning.sh: revert to readline "8.1.2"
1 parent 08922c6 commit 7049da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/versioning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function application_build_versioned_components()
8686
# required by pcre2
8787
# https://ftp.gnu.org/gnu/readline/
8888
# x86_64-w64-mingw32/bin/ld: cannot find -ltermcap
89-
readline_build "8.2" # "8.1.2"
89+
readline_build "8.1.2" # "8.2" fails on mingw
9090

9191
# https://github.com/PCRE2Project/pcre2/releases
9292
pcre2_build "10.42" # "10.40"

0 commit comments

Comments
 (0)