Skip to content

Commit 42f59ea

Browse files
committed
capnproto: Fix build for new fuzzer
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 parent 58d079c commit 42f59ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/capnproto/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ cd c++
2020
autoreconf -i
2121
./configure --disable-shared
2222
make -j$(nproc)
23-
make -j$(nproc) capnp-llvm-fuzzer-testcase
23+
make -j$(nproc) capnp-llvm-fuzzer-testcase capnp-json-fuzzer-testcase
2424
cp *fuzzer* $OUT/

0 commit comments

Comments
 (0)