mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 20:19:09 +08:00
Fix fuzzer build script
This commit is contained in:
parent
9bf5d2e483
commit
c2d57bc9de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user