Skip to content

Commit

Permalink
Merge pull request #98610 from r-burns/libkml
Browse files Browse the repository at this point in the history
libkml: fix tests on darwin
  • Loading branch information
risicle committed Sep 25, 2020
2 parents 5bb4508 + 357014e commit 452a9b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/libraries/libkml/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 452a9b3

Please sign in to comment.