summaryrefslogtreecommitdiff
path: root/Jamrules.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamrules.jam')
-rw-r--r--Jamrules.jam4
1 files changed, 2 insertions, 2 deletions
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 = "" ;
}