Skip to content

Commit

Permalink
Try #534:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] authored Apr 5, 2020
2 parents 61d73ba + 1418371 commit db2efb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/make-config-files.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ in { identifier, component, fullName, flags ? {} }:
done | sed 's|''${pkgroot}/../../../|/nix/store/|' | sort -u
)
for d in $dirsToLink; do
ln -f -s "$d/"*.dylib $dynamicLinksDir
ln -f -s "$d/"*.{a,dylib,so} $dynamicLinksDir
done
# Edit the local package DB to reference the links directory.
for f in "$out/${packageCfgDir}/"*.conf; do
Expand Down

0 comments on commit db2efb3

Please sign in to comment.