Skip to content

Commit e1e11d8

Browse files
committed
fix: lib suffix handling
1 parent 05ee8f3 commit e1e11d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/pgrouting.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ postBuild = lib.optionalString (stdenv.isDarwin && lib.versionAtLeast postgresql
4444
'';
4545

4646
installPhase = ''
47-
install -D lib/*{dylib,so} -t $out/lib
47+
install -D lib/*${postgresql.dlSuffix} -t $out/lib
4848
install -D sql/pgrouting--*.sql -t $out/share/postgresql/extension
4949
install -D sql/common/pgrouting.control -t $out/share/postgresql/extension
5050
'';

0 commit comments

Comments
 (0)