mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
sys-devel/clang: Build only distribution targets in src_compile()
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user