From 192ff16cd892a4b5cb860caa6ac607a11bd761e6 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sat, 18 Mar 2023 11:16:22 +0100 Subject: [PATCH] Fix fuzz tests build. --- tests/fuzz/oss-fuzz-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzz/oss-fuzz-build.sh b/tests/fuzz/oss-fuzz-build.sh index ca051296..b3035c4f 100755 --- a/tests/fuzz/oss-fuzz-build.sh +++ b/tests/fuzz/oss-fuzz-build.sh @@ -76,7 +76,7 @@ make install cd .. cd xz -./autogen.sh --no-po4a +./autogen.sh --no-po4a --no-doxygen ./configure --prefix="$DEPS_PATH" --enable-static --disable-shared make -j make install