From b8b53637f79577a538131a0880954f0966e3be06 Mon Sep 17 00:00:00 2001
From: randomdan <randomdan@localhost>
Date: Mon, 19 Aug 2013 00:04:31 +0000
Subject: Use CXX from the environment

---
 Jamroot.jam | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Jamroot.jam b/Jamroot.jam
index 1c2bea6..1f58848 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,4 +1,6 @@
-using gcc ;
+import os ;
+
+using gcc : : [ os.environ CXX ] ;
 
 import type : register ;
 import generators : register-standard ;
-- 
cgit v1.2.3