Merge pull request #196069 from r-burns/boost-darwin-linux-cross
boost: disable pch for darwin -> linux cross
This commit is contained in:
commit
9e6c072b5d
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ let
|
|||
++ optional (toolset != null) "toolset=${toolset}"
|
||||
++ optional (!enablePython) "--without-python"
|
||||
++ optional needUserConfig "--user-config=user-config.jam"
|
||||
++ optional (stdenv.buildPlatform.isDarwin && stdenv.hostPlatform.isLinux) "pch=off"
|
||||
++ optionals (stdenv.hostPlatform.libc == "msvcrt") [
|
||||
"threadapi=win32"
|
||||
] ++ extraB2Args
|
||||
|
|
Loading…
Reference in a new issue