mirror of https://github.com/google/oss-fuzz.git
Fix projects/wuffs build failure (#1278)
Fixes #1272 The wuffs directory layout changed with https://github.com/google/wuffs/commit/d1399fac
This commit is contained in:
parent
6c41b292ac
commit
7f3b7e4576
|
@ -22,5 +22,5 @@
|
|||
for f in fuzz/c/std/*_fuzzer.cc; do
|
||||
b=$(basename $f _fuzzer.cc)
|
||||
$CXX $CXXFLAGS -std=c++11 $f -o $OUT/${b}_fuzzer -lFuzzingEngine
|
||||
zip --junk-paths $OUT/${b}_fuzzer_seed_corpus.zip test/testdata/*.$b
|
||||
zip --junk-paths $OUT/${b}_fuzzer_seed_corpus.zip test/data/*.$b
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue