Skip to content

Commit

Permalink
build: Set min MacOS version to 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Lysai authored and pingw33n committed Jul 7, 2020
1 parent b833512 commit c588692
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
rustflags =["-C", "target-feature=+crt-static"]

[target.i686-pc-windows-msvc]
rustflags =["-C", "target-feature=+crt-static"]
rustflags =["-C", "target-feature=+crt-static"]

[target.x86_64-apple-darwin]
rustflags=["-C", "link-arg=-mmacosx-version-min=10.9"]

0 comments on commit c588692

Please sign in to comment.