Skip to content
Snippets Groups Projects
config.toml 163 B
Newer Older
poka's avatar
poka committed
[target.x86_64-apple-darwin]
linker = "o64-clang"
rustflags = [
    "-C",
    "link-arg=-mmacosx-version-min=10.12",
    "-C",
    "target-feature=+crt-static",
]