Skip to content

MACOSX_DEPLOYMENT_TARGET ignored #1600

@andreyrd

Description

@andreyrd

Setting the MACOSX_DEPLOYMENT_TARGET when building a rust library will make sure that the library has a minimum supported OS of that version. rust-lang/cargo#4667

Ring seems to just default to the current system version in it's build script, meaning my compiled library now can't link against anything built for an older version.

(Same problem for iOS too, btw)

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