From 806ce728627ef0da96f4e603d49931619b45ce58 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 17 May 2010 07:46:19 +0000 Subject: tests: Minor fix for jam scripts git-svn-id: http://pugixml.googlecode.com/svn/trunk@429 99668b35-9821-0410-8761-19e4c4f06640 --- Jamfile.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamfile.jam b/Jamfile.jam index 2a56740..31e7aa6 100644 --- a/Jamfile.jam +++ b/Jamfile.jam @@ -15,7 +15,8 @@ if ( ! $(toolset) ) { if ( $(UNIX) ) { - toolset = "gcc" [ Shell "gcc -dumpversion" ] ; + local GCCVERSION = [ Shell "gcc -dumpversion" ] ; + toolset = "gcc"$(GCCVERSION) ; } else { -- cgit v1.2.3