summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/Tools/clangxx.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/Tools/clangxx.py')
-rw-r--r--third_party/waf/waflib/Tools/clangxx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/waf/waflib/Tools/clangxx.py b/third_party/waf/waflib/Tools/clangxx.py
index 628d3dccb8f..cec3311e41c 100644
--- a/third_party/waf/waflib/Tools/clangxx.py
+++ b/third_party/waf/waflib/Tools/clangxx.py
@@ -4,7 +4,7 @@
#!/usr/bin/env python
# encoding: utf-8
-# Thomas Nagy 2009-2016 (ita)
+# Thomas Nagy 2009-2018 (ita)
"""
Detect the Clang++ C++ compiler
@@ -31,3 +31,4 @@ def configure(conf):
conf.cxx_load_tools()
conf.cxx_add_flags()
conf.link_add_flags()
+