From bcfa8c6e2ae8c6e3b471cfcb21d3dc26e283c873 Mon Sep 17 00:00:00 2001 From: randomdan 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(-) (limited to 'Jamroot.jam') 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