Skip to content

PYTHON_MINOR ignored on *nix systems #42

@joshfriend

Description

@joshfriend

when not building on windows, the SYS_PYTHON variable is set as follows:

SYS_PYTHON := python$(PYTHON_MAJOR)

it should be something like:

SYS_PYTHON := python$(PYTHON_MAJOR).$(PYTHON_MINOR)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions