aws-c-common: Mark big-endian platforms as unsupported
This commit is contained in:
parent
cb8ff21c23
commit
767976b43d
@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/awslabs/aws-c-common";
|
homepage = "https://github.com/awslabs/aws-c-common";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
# https://github.com/awslabs/aws-c-common/issues/1175
|
||||||
|
badPlatforms = platforms.bigEndian;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
orivej
|
orivej
|
||||||
r-burns
|
r-burns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user