aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rwxr-xr-xenvironment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.py b/environment.py
index 4e415ec..e63e3b3 100755
--- a/environment.py
+++ b/environment.py
@@ -86,7 +86,7 @@ class CCompiler():
class CXXCompiler(CCompiler):
def __init__(self, exelist):
CCompiler.__init__(self, exelist)
- self.language = 'c++'
+ self.language = 'cxx'
def can_compile(self, filename):
suffix = filename.split('.')[-1]