From 1487ac83e39796643b2940d9d179844041c18910 Mon Sep 17 00:00:00 2001 From: Levon Gevorgyan Date: Sat, 24 Feb 2024 11:30:29 -0600 Subject: [PATCH] --pkg-config-flags="--static" --- scripts/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 4d37fa9..e43f0fc 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -115,7 +115,6 @@ make clean --enable-libdav1d --enable-libopus \ --arch="$ARCH" --cpu=native \ --enable-lto \ - --pkg-config-flags="--static" \ --extra-cflags="-O3 $COMP_FLAGS" \ --extra-cxxflags="-O3 $COMP_FLAGS" \ --disable-doc --disable-htmlpages \