We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08922c6 commit 7049da7Copy full SHA for 7049da7
scripts/versioning.sh
@@ -86,7 +86,7 @@ function application_build_versioned_components()
86
# required by pcre2
87
# https://ftp.gnu.org/gnu/readline/
88
# x86_64-w64-mingw32/bin/ld: cannot find -ltermcap
89
- readline_build "8.2" # "8.1.2"
+ readline_build "8.1.2" # "8.2" fails on mingw
90
91
# https://github.com/PCRE2Project/pcre2/releases
92
pcre2_build "10.42" # "10.40"
0 commit comments