mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-libs/svt-vp9: save a couple of lines
Signed-off-by: zyxhere💭 <zyx@envs.net>
This commit is contained in:
@@ -36,9 +36,6 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
)
|
||||
|
||||
local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
@@ -36,9 +36,6 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
)
|
||||
|
||||
local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user