Skip to content

Commit 30c4903

Browse files
tysmithtmatth
authored andcommitted
oss-fuzz: replace -lFuzzingEngine with $LIB_FUZZING_ENGINE
Signed-off-by: Tristan Matthews <[email protected]>
1 parent 9eadecc commit 30c4903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contrib/oss-fuzz/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ make clean
2020
make -j$(nproc)
2121
make install
2222

23-
$CXX $CXXFLAGS $SRC/vorbis/contrib/oss-fuzz/decode_fuzzer.cc -o $OUT/decode_fuzzer -L"$WORK/lib" -I"$WORK/include" -lFuzzingEngine -lvorbisfile -lvorbis -logg
23+
$CXX $CXXFLAGS $SRC/vorbis/contrib/oss-fuzz/decode_fuzzer.cc -o $OUT/decode_fuzzer -L"$WORK/lib" -I"$WORK/include" $LIB_FUZZING_ENGINE -lvorbisfile -lvorbis -logg

0 commit comments

Comments
 (0)