Merge pull request #98610 from r-burns/libkml

libkml: fix tests on darwin
This commit is contained in:
Robert Scott 2020-09-25 19:54:54 +01:00 committed by GitHub
commit 452a9b3af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DBUILD_TESTING=ON"
# Darwin tests require rpath for libs in build dir
] ++ stdenv.lib.optional stdenv.isDarwin [
"-DCMAKE_SKIP_BUILD_RPATH=OFF"
];
buildInputs = [