Update doc/compiling/windows.md

Co-authored-by: JosiahWI <41302989+JosiahWI@users.noreply.github.com>
This commit is contained in:
Mark Wiemer 2024-12-02 20:22:11 -06:00 committed by GitHub
parent 5246e9cd81
commit fc59d66254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
It is highly recommended to use vcpkg to manage dependencies, installed at a path without spaces in it for compatibility with the Luanti build configuration.
```
"C:\Program Filesvcpkg\vcpkg.exe" # bad, may have issues with CMake
"C:\Program Filesvcpkg\vcpkg.exe" # bad, may have issues
"C:\vcpkg\vcpkg.exe" # good, no spaces means fewer problems
```