the current version of the make file fails to successfully run make install-deps it crashes out when starting to build mpc.
I tracked the problem down to the MPC_VERSION declaration in the make file
The make file says:
MPC_VERSION ?= 0.8.1
Changing it to the following seemed to have fixed the problem
MPC_VERSION ?= 0.9
the current version of the make file fails to successfully run make install-deps it crashes out when starting to build mpc.
I tracked the problem down to the MPC_VERSION declaration in the make file
The make file says:
MPC_VERSION ?= 0.8.1
Changing it to the following seemed to have fixed the problem
MPC_VERSION ?= 0.9