media-libs/svt-vp9: save a couple of lines

Signed-off-by: zyxhere💭 <zyx@envs.net>
This commit is contained in:
zyxhere💭
2026-02-13 18:59:20 +05:00
parent 7e1eff92e5
commit 20b5c9440a
2 changed files with 2 additions and 8 deletions

View File

@@ -36,9 +36,6 @@ src_prepare() {
}
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
)
local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
cmake_src_configure
}

View File

@@ -36,9 +36,6 @@ src_prepare() {
}
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=ON
)
local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
cmake_src_configure
}