aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/root/root-5.16.00.ebuild')
-rw-r--r--sci-physics/root/root-5.16.00.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild
index 6c18a5d1f..fbb90884b 100644
--- a/sci-physics/root/root-5.16.00.ebuild
+++ b/sci-physics/root/root-5.16.00.ebuild
@@ -71,7 +71,7 @@ src_unpack() {
src_compile() {
local target
- if [[ "$(tc-getCC)" == icc* ]]; then
+ if [[ "$(tc-getCXX)" == icc* ]]; then
if use amd64; then
target=linuxx8664icc
elif use x86; then