Skip to content

Commit

Permalink
boost: fix faulty cherry-pick in c70ff28
Browse files Browse the repository at this point in the history
the change in c70ff28 accidentally ended up in the wrong line
  • Loading branch information
xeji committed Sep 4, 2018
1 parent c70ff28 commit 11c2595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/boost/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ let
] ++ optional (link != "static") "runtime-link=${runtime-link}"
++ optional (variant == "release") "debug-symbols=off"
++ optional (toolset != null) "toolset=${toolset}"
++ optional (!enablePython) "--without-python"
++ optional (mpi != null || stdenv.hostPlatform != stdenv.buildPlatform) "--user-config=user-config.jam"
++ optionals (stdenv.hostPlatform.libc == "msvcrt") [
++ optional (!enablePython) "--without-python"
"threadapi=win32"
]);

Expand Down

0 comments on commit 11c2595

Please sign in to comment.