pcre-cpp: fix static build

main
Guillaume Girol 2 years ago
parent 8fa427ef9f
commit 918bf36d30
  1. 2
      pkgs/development/libraries/pcre/default.nix

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
postFixup = ''
moveToOutput bin/pcre-config "$dev"
'' + optionalString (variant != null) ''
ln -sf -t "$out/lib/" '${pcre.out}'/lib/libpcre{,posix}.{so.*.*.*,*dylib}
ln -sf -t "$out/lib/" '${pcre.out}'/lib/libpcre{,posix}.{so.*.*.*,*dylib,*a}
'';
meta = {

Loading…
Cancel
Save