Skip to content
Snippets Groups Projects
Commit 754e438d authored by arseny.kapoulkine's avatar arseny.kapoulkine
Browse files

tests: Added newline stripping from gcc -dumpversion output

git-svn-id: http://pugixml.googlecode.com/svn/trunk@430 99668b35-9821-0410-8761-19e4c4f06640
parent 806ce728
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ if ( ! $(toolset) )
{
if ( $(UNIX) )
{
local GCCVERSION = [ Shell "gcc -dumpversion" ] ;
local GCCVERSION = [ Subst [ Shell "gcc -dumpversion" ] : $(NEWLINE) ] ;
toolset = "gcc"$(GCCVERSION) ;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment