mirror of https://github.com/google/oss-fuzz.git
tidy-html5: fix breaking build. (#6059)
This commit is contained in:
parent
c3a363747b
commit
e138c76bfa
|
@ -27,7 +27,7 @@ for fuzzer in tidy_config_fuzzer tidy_fuzzer; do
|
|||
$SRC/${fuzzer}.c -o ${fuzzer}.o
|
||||
${CXX} ${CXXFLAGS} -std=c++11 ${fuzzer}.o \
|
||||
-o $OUT/${fuzzer} \
|
||||
$LIB_FUZZING_ENGINE libtidys.a
|
||||
$LIB_FUZZING_ENGINE libtidy.a
|
||||
done
|
||||
|
||||
cp ${SRC}/*.options ${OUT}/
|
||||
|
|
Loading…
Reference in New Issue