I missed the recent boostFull fix writing it the other way round.
Fixing. svn path=/nixpkgs/trunk/; revision=17586
This commit is contained in:
parent
924d48083b
commit
9245074c64
@ -25,7 +25,7 @@ let
|
|||||||
finalLayout = if ((enableRelease && enableDebug) ||
|
finalLayout = if ((enableRelease && enableDebug) ||
|
||||||
(enableSingleThreaded && enableMultiThreaded) ||
|
(enableSingleThreaded && enableMultiThreaded) ||
|
||||||
(enableShared && enableStatic)) then
|
(enableShared && enableStatic)) then
|
||||||
"system" else "tagged";
|
"tagged" else "system";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user