Meta: Derust fuzzer build docs

The document wasn't updated in 9c2211f246.
This commit is contained in:
Nico Weber 2023-01-17 20:21:13 -05:00 committed by Linus Groh
parent ced59fb3a0
commit 0a97206a25

View file

@ -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 \