config.toml 259 B

123456
  1. [target.armv7-unknown-linux-musleabihf]
  2. linker = "/cross/armv7l-linux-musleabihf-native/bin/armv7l-linux-musleabihf-gcc"
  3. rustflags = ["-C", "target-feature=+crt-static"]
  4. [target.stable-x86_64-pc-windows-msvc]
  5. rustflags = ["-C", "target-feature=+crt-static"]