Skip to content

Commit 04672c7

Browse files
authored
OSS-Fuzz: disable build of examples in spng (#4484)
1 parent 7cba1e9 commit 04672c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/oss_fuzz_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ popd
103103
# libspng
104104
pushd $SRC/libspng
105105
meson setup build --prefix=$WORK --libdir=lib --default-library=static --buildtype=debugoptimized \
106-
-Dstatic_zlib=true
106+
-Dstatic_zlib=true -Dbuild_examples=false
107107
meson install -C build --tag devel
108108
popd
109109

0 commit comments

Comments
 (0)