summaryrefslogtreecommitdiff
path: root/Jamrules.jam
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-20 17:51:32 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-20 17:51:32 +0000
commitd3195470bae88cabac134e2840fcfb7d8d790cd5 (patch)
tree3677a11012f5ec5e5d2debff90aaa5417704c224 /Jamrules.jam
parentff27a85a2b7663bc50c7e9f28d1d97c63d4a757f (diff)
tests: Final MacOS fixes
git-svn-id: http://pugixml.googlecode.com/svn/trunk@435 99668b35-9821-0410-8761-19e4c4f06640
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 ;
}