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 31e7aa6..1ebdba3 100644
--- a/Jamfile.jam
+++ b/Jamfile.jam
@@ -15,7 +15,7 @@ if ( ! $(toolset) )
{
if ( $(UNIX) )
{
- local GCCVERSION = [ Shell "gcc -dumpversion" ] ;
+ local GCCVERSION = [ Subst [ Shell "gcc -dumpversion" ] : $(NEWLINE) ] ;
toolset = "gcc"$(GCCVERSION) ;
}
else