mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
lib/system: Remove float from androideabi
There are two different official variations which differ in their float
support, so such a blanket statement is invalid.
`lib.systems.platforms.*android` already handles each case correctly.
Correcting an error in 827ef09140
.
This commit is contained in:
parent
08ebd830a5
commit
6a96dc0417
@ -199,7 +199,7 @@ rec {
|
||||
msvc = {};
|
||||
eabi = {};
|
||||
|
||||
androideabi = { float = "hard"; };
|
||||
androideabi = {};
|
||||
android = {
|
||||
assertions = [
|
||||
{ assertion = platform: !platform.isAarch32;
|
||||
|
Loading…
Reference in New Issue
Block a user