Skip to content

make install-deps fails #28

@letaage

Description

@letaage

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions