Unverified Commit 9e6c072b authored by Ryan Burns's avatar Ryan Burns Committed by GitHub
Browse files

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

boost: disable pch for darwin -> linux cross
parents 8ccede8f bbe81435
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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