revert change for `-Bbuild`

This commit is contained in:
dasvh 2025-04-07 12:11:54 +00:00
parent 35cbeb8b13
commit 06cd3fb3a7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ This requires:
- Install CMake and the Microsoft C++ Build Tools on Windows
```lua
{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Build -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
```
</details>
<details><summary>Windows with gcc/make using chocolatey</summary>