mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
Documentation: Correct small typo in AdvancedBuildInstructions
This commit is contained in:
parent
936c7f05df
commit
0738be817b
Notes:
github-actions[bot]
2025-11-27 12:22:53 +00:00
Author: https://github.com/rcorsi
Commit: 0738be817b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6950
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ For example, boolean options such as `ENABLE_<setting>` or `<component_name>_DEB
|
|||
|
||||
```console
|
||||
# Reconfigure an existing binary directory with process debug enabled
|
||||
$ cmake -B Build/ladbyird -DPROCESS_DEBUG=ON
|
||||
$ cmake -B Build/ladybird -DPROCESS_DEBUG=ON
|
||||
```
|
||||
|
||||
For more information on how the CMake cache works, see the CMake guide for [Running CMake](https://cmake.org/runningcmake/). Additional context is available in the CMake documentation for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue