mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
|
|
[target.i686-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
|
|
[target.aarch64-pc-windows-msvc]
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|