Updating the hydra cross-build tests to build wxMSW and not wxGTK for mingw32

svn path=/nixpkgs/trunk/; revision=21635
This commit is contained in:
Lluís Batlle i Rossell 2010-05-06 19:20:47 +00:00
parent 2c8783a48b
commit f0d7bf0541

View File

@ -133,7 +133,7 @@ let
};
in {
crossMingw32 = mapTestOnCross crossSystem {
wxGTK.hostDrv = nativePlatforms;
windows.wxMSW.hostDrv = nativePlatforms;
gccCrossStageFinal = nativePlatforms;
};
})