Merge pull request #13754 from spacefrogg/boost-static

boost: Fix compilation for static builds.
This commit is contained in:
Peter Simons
2016-03-08 11:30:20 +01:00

View File

@@ -58,7 +58,7 @@ let
"--layout=${layout}"
"variant=${variant}"
"threading=${threading}"
"runtime-link=${runtime-link}"
] ++ optional (link != "static") "runtime-link=${runtime-link}" ++ [
"link=${link}"
"${cflags}"
] ++ optional (variant == "release") "debug-symbols=off";