mirror of https://github.com/google/oss-fuzz.git
varnish: fix build (#6568)
This commit is contained in:
parent
ad0829ccf7
commit
c816f6471a
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue