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:
parent
2c8783a48b
commit
f0d7bf0541
@ -133,7 +133,7 @@ let
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
crossMingw32 = mapTestOnCross crossSystem {
|
crossMingw32 = mapTestOnCross crossSystem {
|
||||||
wxGTK.hostDrv = nativePlatforms;
|
windows.wxMSW.hostDrv = nativePlatforms;
|
||||||
gccCrossStageFinal = nativePlatforms;
|
gccCrossStageFinal = nativePlatforms;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user