mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:27:43 +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
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