mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-16 21:28:26 +00:00
8 lines
No EOL
235 B
TOML
8 lines
No EOL
235 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc" |