summaryrefslogtreecommitdiff
path: root/tests/fuzzers/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzzers/GNUmakefile')
-rw-r--r--tests/fuzzers/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fuzzers/GNUmakefile b/tests/fuzzers/GNUmakefile
index 0384d1a9..39e1cd40 100644
--- a/tests/fuzzers/GNUmakefile
+++ b/tests/fuzzers/GNUmakefile
@@ -8,5 +8,6 @@ fuzzingengine.o: fuzzingengine.c
dummyfuzzers: fuzzingengine.o
$(AR) r libFuzzingEngine.a fuzzingengine.o
- CXX="${CXX}" CXXFLAGS="-L. ${CXXFLAGS}" SRC=/tmp OUT=/tmp ./build_google_oss_fuzzers.sh
+ LIB_FUZZING_ENGINE="-lFuzzingEngine" CXX="${CXX}" CXXFLAGS="-L. ${CXXFLAGS}" \
+ SRC=/tmp OUT=/tmp ./build_google_oss_fuzzers.sh
OUT=/tmp ./build_seed_corpus.sh