Merge pull request #168165 from kfiz/boost-fix-needsUserConfig-setting
This commit is contained in:
commit
916a137b8f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ let
|
|||
else
|
||||
"$NIX_BUILD_CORES";
|
||||
|
||||
needUserConfig = stdenv.hostPlatform != stdenv.buildPlatform || useMpi || stdenv.isDarwin;
|
||||
needUserConfig = stdenv.hostPlatform != stdenv.buildPlatform || useMpi || (stdenv.isDarwin && enableShared);
|
||||
|
||||
b2Args = concatStringsSep " " ([
|
||||
"--includedir=$dev/include"
|
||||
|
|
Loading…
Reference in a new issue