diff options
Diffstat (limited to 'Jamrules.jam')
-rw-r--r-- | Jamrules.jam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamrules.jam b/Jamrules.jam index 3ee6d39..d14cf6c 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -9,11 +9,11 @@ if ( $(toolset:I=^mingw) || $(toolset:I=^gcc) ) else { GCCPATH = "%$(toolset)_PATH%\\bin\\" ; - } + LDFLAGS += -static-libgcc -static ; + } if ( $(OS) != MACOSX ) { - LDFLAGS += -static-libgcc -static ; ARCH = "" ; } else |