I missed the recent boostFull fix writing it the other way round.

Fixing.

svn path=/nixpkgs/trunk/; revision=17586
This commit is contained in:
Lluís Batlle i Rossell 2009-10-02 08:00:21 +00:00
parent 924d48083b
commit 9245074c64

View file

@ -25,7 +25,7 @@ let
finalLayout = if ((enableRelease && enableDebug) ||
(enableSingleThreaded && enableMultiThreaded) ||
(enableShared && enableStatic)) then
"system" else "tagged";
"tagged" else "system";
in