mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Fuzzers: Update the path to fuzzer binaries
This was overlooked in 71b184a
, which broke the oss-fuzz configuration.
This commit is contained in:
parent
5ef29364db
commit
d4f5e6eb81
Notes:
sideshowbarker
2024-07-17 02:23:25 +09:00
Author: https://github.com/implicitfield
Commit: d4f5e6eb81
Pull-request: https://github.com/SerenityOS/serenity/pull/19477
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if [ "$#" -gt "0" ] && [ "--oss-fuzz" = "$1" ] ; then
|
|||
-DLINKER_FLAGS="$LIB_FUZZING_ENGINE" \
|
||||
-DCMAKE_PREFIX_PATH=Build/tool-install
|
||||
ninja -C Build/fuzzers
|
||||
cp Build/fuzzers/Fuzzers/Fuzz* "$OUT"/
|
||||
cp Build/fuzzers/bin/Fuzz* "$OUT"/
|
||||
elif [ "$#" -gt "0" ] && [ "--standalone" = "$1" ] ; then
|
||||
echo "Building for standalone fuzz configuration..."
|
||||
cmake -GNinja -B Build/lagom-fuzzers-standalone \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue