summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-23 09:57:19 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-23 12:00:24 +0200
commit3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a (patch)
treebb070a61e43db166db0cbae7f7cb15a73a62066b /sys-devel/clang/clang-12.0.0.9999.ebuild
parentsys-devel/llvm: Build only distribution targets in src_compile() (diff)
downloadgentoo-3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a.tar.gz
gentoo-3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a.tar.bz2
gentoo-3c31c103af2c93bbc2d2fc97773dc0bf3484cd2a.zip
sys-devel/clang: Build only distribution targets in src_compile()
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang/clang-12.0.0.9999.ebuild')
-rw-r--r--sys-devel/clang/clang-12.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-12.0.0.9999.ebuild b/sys-devel/clang/clang-12.0.0.9999.ebuild
index 76cb2b8d998e..e9c013ee413f 100644
--- a/sys-devel/clang/clang-12.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-12.0.0.9999.ebuild
@@ -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