Merge pull request #196069 from r-burns/boost-darwin-linux-cross

boost: disable pch for darwin -> linux cross
This commit is contained in:
Ryan Burns
2022-10-16 22:47:54 -07:00
committed by GitHub
@@ -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