summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Magick++/fuzz/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Magick++/fuzz/build.sh b/Magick++/fuzz/build.sh
index 809cca552..c5fd9d0d1 100644
--- a/Magick++/fuzz/build.sh
+++ b/Magick++/fuzz/build.sh
@@ -72,7 +72,7 @@ popd
# Build libheif
pushd "$SRC/libheif"
./autogen.sh
-./configure --disable-shared --prefix="$WORK" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
+./configure --disable-shared --disable-go --prefix="$WORK" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"
make -j$(nproc)
make install
popd