summaryrefslogtreecommitdiff
path: root/lib/spack/spack/compilers/apple_clang.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/compilers/apple_clang.py')
-rw-r--r--lib/spack/spack/compilers/apple_clang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/compilers/apple_clang.py b/lib/spack/spack/compilers/apple_clang.py
index cb3c5d2646..1373ac0bf2 100644
--- a/lib/spack/spack/compilers/apple_clang.py
+++ b/lib/spack/spack/compilers/apple_clang.py
@@ -132,7 +132,7 @@ class AppleClang(spack.compilers.clang.Clang):
the 'DEVELOPER_DIR' environment variables to cause the xcrun and
related tools to use this Xcode.app.
"""
- super(AppleClang, self).setup_custom_environment(pkg, env)
+ super().setup_custom_environment(pkg, env)
if not pkg.use_xcode:
# if we do it for all packages, we get into big troubles with MPI: