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:
parent
0826f0565b
commit
806ce72862
@ -15,7 +15,8 @@ if ( ! $(toolset) )
|
||||
{
|
||||
if ( $(UNIX) )
|
||||
{
|
||||
toolset = "gcc" [ Shell "gcc -dumpversion" ] ;
|
||||
local GCCVERSION = [ Shell "gcc -dumpversion" ] ;
|
||||
toolset = "gcc"$(GCCVERSION) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user