boost: disable python explicitly in b2Args (#45679)

fixes the build of boost_162

(cherry picked from commit 775d1ecf57)
This commit is contained in:
Stephen
2018-08-27 11:44:07 -07:00
committed by Uli Baum
parent 8fb90de88c
commit c70ff28968

View File

@@ -76,6 +76,7 @@ let
++ optional (toolset != null) "toolset=${toolset}"
++ optional (mpi != null || stdenv.hostPlatform != stdenv.buildPlatform) "--user-config=user-config.jam"
++ optionals (stdenv.hostPlatform.libc == "msvcrt") [
++ optional (!enablePython) "--without-python"
"threadapi=win32"
]);