diff options
| author | Sjors Provoost <[email protected]> | 2019-01-29 18:59:12 +0100 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2019-01-30 11:31:15 +0100 |
| commit | 0890339fb337de7690d501a5436657a9d996e5a7 (patch) | |
| tree | 931ae4e7903bc206e5d05e7d8175605ef63d9dc1 /src/httpserver.cpp | |
| parent | Merge #14987: RPCHelpMan: Pass through Result and Examples (diff) | |
| download | discoin-0890339fb337de7690d501a5436657a9d996e5a7.tar.xz discoin-0890339fb337de7690d501a5436657a9d996e5a7.zip | |
build: prefer python3.4 even if newer versions are present on the system
Python 3.4 is the mimimum supported version according to doc/dependencies.md
Systems with PyEnv ensure (via .python-version) that Python 3.4 is used
for the functional tests. However make check calls bitcoin-util-test.py
using the Python command found by configure.ac, which looks system wide.
On systems with multiple versions of Python this would cause make check
to fail, as it tries to call a version of Python that PyEnv blocks.
This is solved by preferring python3.4 in configure.ac
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions