mirror of https://github.com/google/oss-fuzz.git
Drop FUZZER_LDFLAGS from the libyaml fuzzer (#116)
It is no longer required
This commit is contained in:
parent
dca782ed44
commit
9c61f4fd50
|
@ -23,7 +23,7 @@ make "-j$(nproc)"
|
|||
|
||||
$CXX $CXXFLAGS -std=c++11 -Iinclude \
|
||||
$SRC/libyaml_fuzzer.cc -o $OUT/libyaml_fuzzer \
|
||||
-lfuzzer src/.libs/libyaml.a $FUZZER_LDFLAGS
|
||||
-lfuzzer src/.libs/libyaml.a
|
||||
|
||||
cp $SRC/libyaml_fuzzer_seed_corpus.zip $OUT/
|
||||
cp $SRC/*.dict $SRC/*.options $OUT/
|
||||
|
|
Loading…
Reference in New Issue