aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavidKorczynski <david@adalogics.com>2021-10-07 11:19:49 +0100
committerGitHub <noreply@github.com>2021-10-07 11:19:49 +0100
commitc816f6471a22a3a70a3da9014fc93133b2ca6199 (patch)
treecf62249e45b01d16c8168b62c74feda554b0b3bd
parentad0829ccf7d9f4e88d551bd70cf174d4bb2da8e7 (diff)
downloadoss-fuzz-c816f6471a22a3a70a3da9014fc93133b2ca6199.tar.gz
varnish: fix build (#6568)
-rwxr-xr-xprojects/varnish/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/varnish/build.sh b/projects/varnish/build.sh
index 21eeb7768..3a7f24836 100755
--- a/projects/varnish/build.sh
+++ b/projects/varnish/build.sh
@@ -22,5 +22,6 @@
make -j2 -C include/
make -j2 -C lib/libvarnish/
make -j2 -C lib/libvgz/
-make -j2 -C bin/varnishd/ VSC_main.c esi_parse_fuzzer
+make -j2 -C lib/libvsc/
+make -j2 -C bin/varnishd/ esi_parse_fuzzer
cp bin/varnishd/*_fuzzer $OUT/