Merge pull request #13754 from spacefrogg/boost-static
boost: Fix compilation for static builds.
This commit is contained in:
commit
35bae56722
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user