config.toml 334 B

1234567891011
  1. [target.x86_64-apple-darwin]
  2. rustflags=["-C", "link-arg=-mmacosx-version-min=10.13"]
  3. [target.aarch64-apple-darwin]
  4. rustflags=["-C", "link-arg=-mmacosx-version-min=10.13"]
  5. [target.x86_64-pc-windows-msvc]
  6. rustflags = ["-C", "target-feature=+crt-static"]
  7. [target.i686-pc-windows-msvc]
  8. rustflags = ["-C", "target-feature=+crt-static"]