matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
266 stars 58 forks source link

fix for files with architecture name appended in install_name #115

Closed isuruf closed 3 years ago

isuruf commented 3 years ago

I tried, but I can't find a way. I can download one if that works.

matthew-brett commented 3 years ago

Do you mean - it's difficult to find a way to build a library that generates that text from otool -L?

If you have a small library to hand, that has a compatible license, then maybe you could add that to the PR?

isuruf commented 3 years ago

Found the way to create the lib and added a test. Ready for review.

matthew-brett commented 3 years ago

Thanks - yes - fine with me. Feel free to merge when the tests pass.

isuruf commented 3 years ago

Thanks for the review