Skip to content

Commit

Permalink
pcre: Fix postFixup script
Browse files Browse the repository at this point in the history
So far the shell globbing only resolved properly on linux.
  • Loading branch information
discordianfish committed Jun 22, 2016
1 parent bc6b935 commit 1b34f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/pcre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ in stdenv.mkDerivation rec {
moveToOutput bin/pcre-config "$dev"
''
+ optionalString (variant != null) ''
ln -sf -t "$out/lib/" '${pcre.out}'/lib/libpcre{,posix}.so.*.*.*
ln -sf -t "$out/lib/" '${pcre.out}'/lib/libpcre{,posix}.{so.*.*.*,*dylib}
'';

crossAttrs = optionalAttrs (stdenv.cross.libc == "msvcrt") {
Expand Down

0 comments on commit 1b34f40

Please sign in to comment.