mirror of https://github.com/google/oss-fuzz.git
[harfbuzz] minor (#4214)
This commit is contained in:
parent
5893c61c77
commit
242b6ae656
|
@ -32,7 +32,7 @@ meson --default-library=static --wrap-mode=nodownload \
|
|||
-Dexperimental_api=true \
|
||||
-Dfuzzer_ldflags="$(echo $LIB_FUZZING_ENGINE)" \
|
||||
$build \
|
||||
|| (cat build/meson-logs/meson-log.txt && false)
|
||||
|| (cat build/meson-logs/meson-log.txt && false)
|
||||
|
||||
# Build the fuzzers.
|
||||
ninja -v -j$(nproc) -C $build test/fuzzing/hb-{shape,draw,subset,set}-fuzzer
|
||||
|
|
Loading…
Reference in New Issue