[geany/geany] b7fbb7: import cxx_compiler to enable C++ compiler detection change

Dimitar Zhekov git-noreply at xxxxx
Sat Jun 8 11:43:37 UTC 2013


Branch:      refs/heads/master
Author:      Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 08 Jun 2013 11:43:37 UTC
Commit:      b7fbb78ca7bf89709bc5bd43d4b373eb646470d5
             https://github.com/geany/geany/commit/b7fbb78ca7bf89709bc5bd43d4b373eb646470d5

Log Message:
-----------
import cxx_compiler to enable C++ compiler detection change


Modified Paths:
--------------
    wscript

Modified: wscript
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -47,6 +47,7 @@ from waflib.Configure import ConfigurationContext
 from waflib.Errors import WafError
 from waflib.TaskGen import feature, before_method
 from waflib.Tools.compiler_c import c_compiler
+from waflib.Tools.compiler_cxx import cxx_compiler
 
 
 APPNAME = 'geany'



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list