summaryrefslogtreecommitdiff
path: root/Jamfile.jam
diff options
context:
space:
mode:
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
{