Skip to content

The sw_vers -productVersion | sed "s/\(10.[0-9]\).*/\1/" line in osx.yaml will stop working for OS X 10.10 #367

@certik

Description

@certik

The line at https://github.com/hashdist/hashstack/blob/master/osx.yaml#L8:

    export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | sed "s/\(10.[0-9]\).*/\1/")

Will stop working once the OS X version is 10.10. So it needs to be improved.

Reported by @asmeurer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions