From dd9de685eb1af432a88af7840ca01f052ddb0c7e Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 17 May 2010 07:42:34 +0000 Subject: tests: gcc version is now specified upon building git-svn-id: http://pugixml.googlecode.com/svn/trunk@427 99668b35-9821-0410-8761-19e4c4f06640 --- Jamrules.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jamrules.jam') diff --git a/Jamrules.jam b/Jamrules.jam index 8170f88..4907b7e 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -1,8 +1,8 @@ # Rules for Jamfile.jam -if ( $(toolset:I=^mingw) || $(toolset) = "gcc" ) +if ( $(toolset:I=^mingw) || $(toolset:I^=gcc) ) { - if ( $(toolset) = "gcc" ) + if ( $(toolset:I^=gcc) ) { GCCPATH = "" ; } -- cgit v1.2.3