boringssl: fix darwin build

Add -Wno-error to make clang happy. Seems impossible to keep both gcc and clang happy.
This commit is contained in:
Matthew Bauer 2016-08-11 22:15:59 -05:00
parent fa4b1ee68a
commit 58eb27f5ed

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake perl go ];
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
NIX_CFLAGS_COMPILE = "-Wno-error";
installPhase = ''
mkdir -p $out/bin $out/include $out/lib