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 = {};
|
msvc = {};
|
||||||
eabi = {};
|
eabi = {};
|
||||||
|
|
||||||
androideabi = { float = "hard"; };
|
androideabi = {};
|
||||||
android = {
|
android = {
|
||||||
assertions = [
|
assertions = [
|
||||||
{ assertion = platform: !platform.isAarch32;
|
{ assertion = platform: !platform.isAarch32;
|
||||||
|
Loading…
Reference in New Issue
Block a user