mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Windows build fixes, advanced installer upgrade
This commit is contained in:
parent
651f45fe29
commit
457b5d2fe8
5 changed files with 17 additions and 63 deletions
|
@ -10,8 +10,8 @@ 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.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
#[target.i686-pc-windows-msvc]
|
||||
#rustflags = ["-C", "target-feature=+crt-static"]
|
||||
[target.i686-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue