From 28b1fbcf5db730d9514fd2dcd2901fc68c8fcb08 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Sun, 6 May 2012 20:13:19 -0400 Subject: [PATCH] Only add -static to clang on linux --- Jamroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamroot b/Jamroot index 12fbacd68..4c9806bb6 100644 --- a/Jamroot +++ b/Jamroot @@ -185,7 +185,7 @@ project : requirements multi:boost_thread _FILE_OFFSET_BITS=64 _LARGE_FILES $(requirements) - static,clang:-static #apparently bjam doesn't pass -static properly. + LINUX,static,clang:-static #apparently bjam doesn't pass -static properly. $(cxxflags) $(cflags) $(ldflags)