mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-13 02:48:59 +08:00
Fix fuzzer build script
This commit is contained in:
parent
9bf5d2e483
commit
c2d57bc9de
@ -19,7 +19,7 @@
|
|||||||
cmake $SRC/draco
|
cmake $SRC/draco
|
||||||
# The draco_decoder and draco_encoder binaries don't build nicely with OSS-Fuzz
|
# The draco_decoder and draco_encoder binaries don't build nicely with OSS-Fuzz
|
||||||
# options, so just build the Draco shared libraries.
|
# options, so just build the Draco shared libraries.
|
||||||
make -j$(nproc) draco
|
make -j$(nproc)
|
||||||
|
|
||||||
# build fuzzers
|
# build fuzzers
|
||||||
for fuzzer in $(find $SRC/draco/src/draco/tools/fuzz -name '*.cc'); do
|
for fuzzer in $(find $SRC/draco/src/draco/tools/fuzz -name '*.cc'); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user