summaryrefslogtreecommitdiff
path: root/Jamfile.jam
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-17 07:45:29 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-17 07:45:29 +0000
commit0826f0565b87f50600298b23b850b3a9a8017ba2 (patch)
treee125fb98def0bb62deac28576e0c28f520b00e62 /Jamfile.jam
parentdd9de685eb1af432a88af7840ca01f052ddb0c7e (diff)
tests: Minor fixes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@428 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'Jamfile.jam')
-rw-r--r--Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile.jam b/Jamfile.jam
index e3e5e9b..2a56740 100644
--- a/Jamfile.jam
+++ b/Jamfile.jam
@@ -15,7 +15,7 @@ if ( ! $(toolset) )
{
if ( $(UNIX) )
{
- toolset = "gcc" ;
+ toolset = "gcc" [ Shell "gcc -dumpversion" ] ;
}
else
{