mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-15 02:17:56 +08:00
tests: Final fix
git-svn-id: http://pugixml.googlecode.com/svn/trunk@431 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
754e438db8
commit
efc76ba8d4
@ -17,7 +17,10 @@ sub permute
|
||||
|
||||
sub gcctoolset
|
||||
{
|
||||
return 'gcc' . chomp(`gcc -dumpversion`);
|
||||
my $gccversion = `gcc -dumpversion`;
|
||||
chomp($gccversion);
|
||||
|
||||
return "gcc$gccversion";
|
||||
}
|
||||
|
||||
$fast = (shift eq 'fast');
|
||||
|
Loading…
x
Reference in New Issue
Block a user