mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 12:36:14 -07:00
11 lines
338 B
TOML
11 lines
338 B
TOML
[target.x86_64-apple-darwin]
|
|
rustflags=["-C", "link-arg=-mmacosx-version-min=10.13"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags=["-C", "link-arg=-mmacosx-version-min=10.13"]
|
|
|
|
#[target.x86_64-pc-windows-msvc]
|
|
#rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
#[target.i686-pc-windows-msvc]
|
|
#rustflags = ["-C", "target-feature=+crt-static"]
|