aws-c-io: fix build on darwin
This commit is contained in:
parent
4cf06c9f8c
commit
05e800dfee
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
"-DCMAKE_MODULE_PATH=${aws-c-common}/lib/cmake"
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-Wno-error";
|
||||
|
||||
meta = with lib; {
|
||||
description = "AWS SDK for C module for IO and TLS";
|
||||
homepage = "https://github.com/awslabs/aws-c-io";
|
||||
|
Loading…
x
Reference in New Issue
Block a user