parent
0ee76bec0f
commit
0c44732136
@ -229,6 +229,14 @@ On MacOS:
|
||||
export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
|
||||
```
|
||||
|
||||
On Windows (Git Bash/Mingw):
|
||||
|
||||
```
|
||||
export PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-pc-windows-gnu/lib/:$PATH
|
||||
```
|
||||
|
||||
(Substitute `x86_64` by `i686` and `gnu` by `msvc` depending on which version of rustc was used to install rustfmt).
|
||||
|
||||
## License
|
||||
|
||||
Rustfmt is distributed under the terms of both the MIT license and the
|
||||
|
Loading…
x
Reference in New Issue
Block a user