sys-devel/clang: Build only distribution targets in src_compile()

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-23 09:57:19 +02:00
parent 79e35e6dd5
commit 3c31c103af
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@ multilib_src_configure() {
}
multilib_src_compile() {
cmake_src_compile
cmake_build distribution
# provide a symlink for tests
if [[ ! -L ${WORKDIR}/lib/clang ]]; then

View File

@@ -296,7 +296,7 @@ multilib_src_configure() {
}
multilib_src_compile() {
cmake_src_compile
cmake_build distribution
# provide a symlink for tests
if [[ ! -L ${WORKDIR}/lib/clang ]]; then