tests: Minor fix for jam scripts

git-svn-id: http://pugixml.googlecode.com/svn/trunk@429 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2010-05-17 07:46:19 +00:00
parent 0826f0565b
commit 806ce72862

View File

@ -15,7 +15,8 @@ if ( ! $(toolset) )
{
if ( $(UNIX) )
{
toolset = "gcc" [ Shell "gcc -dumpversion" ] ;
local GCCVERSION = [ Shell "gcc -dumpversion" ] ;
toolset = "gcc"$(GCCVERSION) ;
}
else
{