-
Notifications
You must be signed in to change notification settings - Fork 64
make install-deps fails #28
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels