darwin.make-bootstrap-tools: remove dsymutil

This hopefully is not needed for the bootstrap tools. Needs more testing.
This commit is contained in:
Matthew Bauer 2019-01-06 22:15:43 -06:00
parent 2bbec30c2e
commit d02bb3c197

View file

@ -98,7 +98,7 @@ in rec {
cp -d ${xz.out}/lib/liblzma*.* $out/lib
# Copy binutils.
for i in as ld ar ranlib nm strip otool install_name_tool dsymutil lipo; do
for i in as ld ar ranlib nm strip otool install_name_tool lipo; do
cp ${cctools_}/bin/$i $out/bin
done