On Fri, 07 Jun 2013 06:59:13 +0200
Enrico Tröger <enrico.troe...@uvena.de> wrote:

> On 06/06/13 19:29, Dimitar Zhekov wrote:
> > 
> >>> [...] Speaking of which, it'll be a good
> >>> idea to change the C++ compiler detection as well [...]
> > 
> > Tested with 1.23.1 (not git), but that's a 1-liner and can't
> > be™ any different.
> 
> Thanks, committed.

Ah, forgot the import of cxx_compiler. Should have relied more on
diff+patch and less on my memory...

-- 
E-gards: Jimmy
>From e7424aec89c895ebc5509ae7b6612a4f1a2f10f3 Mon Sep 17 00:00:00 2001
From: Dimitar Zhekov <dimitar.zhe...@gmail.com>
Date: Fri, 7 Jun 2013 21:27:09 +0300
Subject: [PATCH] import cxx_compiler to enable C++ compiler detection change

---
 wscript |    1 +
 1 file changed, 1 insertion(+)

diff --git a/wscript b/wscript
index b9053b0..9bf0e04 100644
--- a/wscript
+++ b/wscript
@@ -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'
-- 
1.7.10.4

_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Reply via email to