summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-sdk-cpp/default.nix
diff options
context:
space:
mode:
authorJosef Kemetmüller <josef.kemetmueller@gmail.com>2021-08-20 17:25:33 +0200
committerArtturin <Artturin@artturin.com>2022-07-04 02:58:50 +0300
commitf7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca (patch)
tree66c8cf84bd1a7e8b3c649f065d8419c9066b6f0f /pkgs/development/libraries/aws-sdk-cpp/default.nix
parent116e8e939b0944c7249685e8b0a6616b12da6f58 (diff)
downloadnixpkgs-f7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca.tar
nixpkgs-f7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca.tar.gz
nixpkgs-f7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca.tar.bz2
nixpkgs-f7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca.tar.lz
nixpkgs-f7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca.tar.xz
nixpkgs-f7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca.tar.zst
nixpkgs-f7414e2b3ac69f220e19b1ef9ddfe8d64650c5ca.zip
cmake/setup-hook.sh: Don't skip build-RPATH
This should simplify using `nix-shell -A` or `nix develop` to develop
CMake based projects. CMake features a mechanism to use a different
RPATH for all executables in the build directory and only rewrite these
RPATHs on installation. This makes it possible to run executables
already from the build directory without having to set LD_LIBRARY_PATH.
This should simplify the checkPhase for cmake based projects and
hopefully not break anything.

Fixes: #22060
Diffstat (limited to 'pkgs/development/libraries/aws-sdk-cpp/default.nix')
0 files changed, 0 insertions, 0 deletions