Merge pull request #94788 from ToxicFrog/libmysofa-coverage

libmysofa: disable CODE_COVERAGE in build
This commit is contained in:
worldofpeace 2020-08-06 11:41:49 -04:00 committed by GitHub
commit 3ef90dde42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib ];
cmakeFlags = [ "-DBUILD_TESTS=OFF" ];
cmakeFlags = [ "-DBUILD_TESTS=OFF" "-DCODE_COVERAGE=OFF" ];
meta = with stdenv.lib; {
description = "Reader for AES SOFA files to get better HRTFs";