mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Meta: Derust fuzzer build docs
The document wasn't updated in 9c2211f246
.
This commit is contained in:
parent
ced59fb3a0
commit
0a97206a25
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/0a97206a25 Pull-request: https://github.com/SerenityOS/serenity/pull/17073 Reviewed-by: https://github.com/trflynn89
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ the ``BuildFuzzers.sh`` script with no arguments. The script does the equivalent
|
|||
# Stage 1: Build and install code generators and other tools
|
||||
cmake -GNinja -B Build/tools \
|
||||
-DBUILD_LAGOM=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=Build/tool-install
|
||||
-DCMAKE_INSTALL_PREFIX=Build/tool-install \
|
||||
-Dpackage=LagomTools
|
||||
ninja -C Build/tools install
|
||||
# Stage 2: Build fuzzers, making sure the build can find the tools we just built
|
||||
cmake -GNinja -B Build/lagom-fuzzers \
|
||||
|
|
Loading…
Add table
Reference in a new issue