From 0a97206a25a1a8225a6e89e7804526cb5abfc3b1 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 17 Jan 2023 20:21:13 -0500 Subject: [PATCH] Meta: Derust fuzzer build docs The document wasn't updated in 9c2211f246b. --- Meta/Lagom/ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Meta/Lagom/ReadMe.md b/Meta/Lagom/ReadMe.md index 0b186f920c..5979a774a5 100644 --- a/Meta/Lagom/ReadMe.md +++ b/Meta/Lagom/ReadMe.md @@ -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 \