summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfuzz/run-clang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/run-clang.sh b/fuzz/run-clang.sh
index 12e4094b53..1a3d779eee 100755
--- a/fuzz/run-clang.sh
+++ b/fuzz/run-clang.sh
@@ -41,7 +41,7 @@ workers=$(($(nproc) - 0))
jobs=$workers
clang-5.0 \
- $CFLAGS -I/usr/local/include -I../lib/include -I.. \
+ $CFLAGS -I/usr/local/include -I../lib/includes -I.. \
${fuzzer}.c -o ${fuzzer} \
-Wl,-Bstatic ../lib/.libs/libgnutls.a -lFuzzer \
-Wl,-Bdynamic -lnettle -lhogweed -lgmp -lp11-kit -ltasn1 -lidn2 -lunistring -lclang-5.0 -lstdc++