0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-28 23:03:00 +08:00

tests: Added newline stripping from gcc -dumpversion output

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

View File

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