mirror of https://github.com/google/oss-fuzz.git
kimageformats: do not install documentation for libzip (#9168)
This should help to solve/avoid issues like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54130
This commit is contained in:
parent
99b565c9a9
commit
c0e4bb8d15
|
@ -35,7 +35,7 @@ make install -j$(nproc)
|
|||
|
||||
cd $SRC
|
||||
cd libzip
|
||||
cmake . -DBUILD_SHARED_LIBS=OFF
|
||||
cmake . -DBUILD_SHARED_LIBS=OFF -DBUILD_DOC=OFF
|
||||
make install -j$(nproc)
|
||||
|
||||
cd $SRC
|
||||
|
|
Loading…
Reference in New Issue