Skip to content

Commit db2efb3

Browse files
Try #534:
2 parents 61d73ba + 1418371 commit db2efb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/make-config-files.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ in { identifier, component, fullName, flags ? {} }:
170170
done | sed 's|''${pkgroot}/../../../|/nix/store/|' | sort -u
171171
)
172172
for d in $dirsToLink; do
173-
ln -f -s "$d/"*.dylib $dynamicLinksDir
173+
ln -f -s "$d/"*.{a,dylib,so} $dynamicLinksDir
174174
done
175175
# Edit the local package DB to reference the links directory.
176176
for f in "$out/${packageCfgDir}/"*.conf; do

0 commit comments

Comments
 (0)