oss-fuzz: replace -lFuzzingEngine with $LIB_FUZZING_ENGINE
authorTyson Smith <tyson.w.smith@gmail.com>
Fri, 17 Jan 2020 17:55:16 +0000 (09:55 -0800)
committerTristan Matthews <tmatth@videolan.org>
Sat, 18 Jan 2020 04:44:13 +0000 (20:44 -0800)
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
contrib/oss-fuzz/build.sh

index 29e7f38..1f76b4a 100755 (executable)
@@ -20,4 +20,4 @@ make clean
 make -j$(nproc)
 make install
 
-$CXX $CXXFLAGS $SRC/vorbis/contrib/oss-fuzz/decode_fuzzer.cc -o $OUT/decode_fuzzer -L"$WORK/lib" -I"$WORK/include" -lFuzzingEngine -lvorbisfile -lvorbis -logg
+$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