Fix fuzzer build script

This commit is contained in:
DavidKorczynski 2021-08-26 20:16:08 +01:00 committed by Tom Finegan
parent 9bf5d2e483
commit c2d57bc9de

View File

@ -19,7 +19,7 @@
cmake $SRC/draco
# The draco_decoder and draco_encoder binaries don't build nicely with OSS-Fuzz
# options, so just build the Draco shared libraries.
make -j$(nproc) draco
make -j$(nproc)
# build fuzzers
for fuzzer in $(find $SRC/draco/src/draco/tools/fuzz -name '*.cc'); do