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}"
|
"--layout=${layout}"
|
||||||
"variant=${variant}"
|
"variant=${variant}"
|
||||||
"threading=${threading}"
|
"threading=${threading}"
|
||||||
"runtime-link=${runtime-link}"
|
] ++ optional (link != "static") "runtime-link=${runtime-link}" ++ [
|
||||||
"link=${link}"
|
"link=${link}"
|
||||||
"${cflags}"
|
"${cflags}"
|
||||||
] ++ optional (variant == "release") "debug-symbols=off";
|
] ++ optional (variant == "release") "debug-symbols=off";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user