mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-22 21:05:16 +00:00
8 lines
256 B
TOML
8 lines
256 B
TOML
[alias]
|
|
xtask = "run --package xtask --"
|
|
|
|
# On Windows MSVC, statically link the C runtime so that the resulting EXE does
|
|
# not depend on the vcruntime DLL.
|
|
[target.'cfg(all(windows, target_env = "msvc"))']
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|