aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-19 15:35:46 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-19 15:35:46 -0400
commit1721487beae7c11e97751cb087424336ac516692 (patch)
treee61c9fca76c61c3f37511955bdfe6ebc4adf28f0 /src/test/fuzz
parenteff5e29404980a87b4618e8623c35a363af6cc04 (diff)
downloadtor-1721487beae7c11e97751cb087424336ac516692.tar.gz
tor-1721487beae7c11e97751cb087424336ac516692.zip
Remove hardwired libfuzzer path; closes 22105.
Diffstat (limited to 'src/test/fuzz')
-rw-r--r--src/test/fuzz/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am
index 6008238bba..2961dab56f 100644
--- a/src/test/fuzz/include.am
+++ b/src/test/fuzz/include.am
@@ -36,7 +36,7 @@ oss-fuzz-prereqs: \
noinst_HEADERS += \
src/test/fuzz/fuzzing.h
-LIBFUZZER = /home/nickm/build/libfuzz/libFuzzer.a
+LIBFUZZER = -lFuzzer
LIBFUZZER_CPPFLAGS = $(FUZZING_CPPFLAGS) -DLLVM_FUZZ
LIBFUZZER_CFLAGS = $(FUZZING_CFLAGS)
LIBFUZZER_LDFLAG = $(FUZZING_LDFLAG)