llhttp: refine build (#7570)

This will shorten the build time and make it compatible with fuzz-introspector builds.
This commit is contained in:
DavidKorczynski 2022-04-14 12:40:31 +01:00 committed by GitHub
parent 682cce9df7
commit ac723113ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@
npm install -g typescript
npm link typescript
npm install .
make
make build/libllhttp.a
$CC $CFLAGS $LIB_FUZZING_ENGINE ./test/fuzzers/fuzz_parser.c -I./build/ ./build/libllhttp.a -o $OUT/fuzz_parser