mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 371f0aeeb4 into merged_master (Bitcoin PR bitcoin/bitcoin#23182)
This commit is contained in:
commit
ea23138f85
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ AC_PATH_TOOL(GCOV, gcov)
|
|||
AC_PATH_TOOL(LLVM_COV, llvm-cov)
|
||||
AC_PATH_PROG(LCOV, lcov)
|
||||
dnl Python 3.6 is specified in .python-version and should be used if available, see doc/dependencies.md
|
||||
AC_PATH_PROGS([PYTHON], [python3.6 python3.7 python3.8 python3.9 python3 python])
|
||||
AC_PATH_PROGS([PYTHON], [python3.6 python3.7 python3.8 python3.9, python3.10, python3 python])
|
||||
AC_PATH_PROG(GENHTML, genhtml)
|
||||
AC_PATH_PROG([GIT], [git])
|
||||
AC_PATH_PROG(CCACHE,ccache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue