forked from mirrors/nixpkgs
Remove unused local
command.
This commit is contained in:
parent
2b922a8d0d
commit
3ef04024d9
|
@ -236,7 +236,6 @@ stdenv.mkDerivation ({
|
|||
# libraries) from all the dependencies.
|
||||
local dynamicLinksDir="$out/lib/links"
|
||||
mkdir -p $dynamicLinksDir
|
||||
local foundDylib=false
|
||||
for d in $(grep dynamic-library-dirs $packageConfDir/*|awk '{print $2}'); do
|
||||
ln -s $d/*.dylib $dynamicLinksDir
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue