config.toml 278 B

12345678
  1. [target.x86_64-pc-windows-msvc]
  2. rustflags = ["-Ctarget-feature=+crt-static"]
  3. [target.i686-pc-windows-msvc]
  4. rustflags = ["-Ctarget-feature=+crt-static"]
  5. [target.'cfg(target_os="macos")']
  6. rustflags = [
  7. "-C", "link-args=-sectcreate __CGPreLoginApp __cgpreloginapp /dev/null",
  8. ]