Skip to content

Commit

Permalink
Set CMAKE_SKIP_BUILD_RPATH=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Oct 12, 2023
1 parent 8ac0c58 commit 5415213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/7.x/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ stdenv.mkDerivation {
"Ninja"
"-DBUILD_DOCUMENTATION=OFF"
"-DSSD_ROCKSDB_EXPERIMENTAL=ON"
"-DCMAKE_SKIP_BUILD_RPATH=ON"
];

patchPhase = builtins.concatStringsSep "\n" [ patchBoostUrl patchAvxOff patchLinux ];
Expand Down

0 comments on commit 5415213

Please sign in to comment.