mirror of https://github.com/google/oss-fuzz.git
Update build.sh
This commit is contained in:
parent
953471af8e
commit
e4cfaf7936
|
@ -27,7 +27,7 @@ make -j$(nproc) CC="$CC $CFLAGS" CXX="$CXX $CXXFLAGS" CANONICAL_PREFIXES= all
|
|||
|
||||
# Build fuzzers
|
||||
for fuzzer_archive in $(ls src/*fuzzer*.a); do
|
||||
$CXX $CXXFLAGS -lFuzzingEngine $fuzzer_archive -o $OUT/${fuzzer_archive%.a}
|
||||
$CXX $CXXFLAGS -lFuzzingEngine $fuzzer_archive -o $OUT/$(basename ${fuzzer_archive%.a})
|
||||
done
|
||||
|
||||
cp $SRC/*.options $OUT/
|
||||
|
|
Loading…
Reference in New Issue