summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyson Smith <tyson.w.smith@gmail.com>2020-01-17 09:55:16 -0800
committerTristan Matthews <tmatth@videolan.org>2020-01-17 20:44:13 -0800
commit30c490373b740f357d219c9e9672698d739f11f3 (patch)
tree8b020865b4d6d5f58c75eea44c6ef92a4ce4d697
parent9eadeccdc4247127d91ac70555074239f5ce3529 (diff)
downloadlibvorbis-git-30c490373b740f357d219c9e9672698d739f11f3.tar.gz
oss-fuzz: replace -lFuzzingEngine with $LIB_FUZZING_ENGINE
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-rwxr-xr-xcontrib/oss-fuzz/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oss-fuzz/build.sh b/contrib/oss-fuzz/build.sh
index 29e7f38b..1f76b4a3 100755
--- a/contrib/oss-fuzz/build.sh
+++ b/contrib/oss-fuzz/build.sh
@@ -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