summaryrefslogtreecommitdiff
path: root/Jamrules.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamrules.jam')
-rw-r--r--Jamrules.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamrules.jam b/Jamrules.jam
index 7cd9abc..5837dda 100644
--- a/Jamrules.jam
+++ b/Jamrules.jam
@@ -27,7 +27,7 @@ if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) )
CCFLAGS += -fno-exceptions ;
}
- if ( $(toolset:I=^mingw) )
+ if ( $(OS) != MACOSX )
{
LDFLAGS += -static-libgcc -static ;
}