mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
3431411215
Adds shell completion generation as part of the build, as well as tweaking install scripts/templates/CI to use them.
4 lines
152 B
TOML
4 lines
152 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|