facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.
MIT License
9.13k stars 803 forks source link

Expose LD_DYLIB_INSTALL_NAME setting for `make` #217

Closed kastiglione closed 6 years ago

kastiglione commented 6 years ago

This change makes it so that make invocations can specify LD_DYLIB_INSTALL_NAME. At this time, this is done solely so that homebrew can set the value properly from the outset. Without this, homebew will modify the library after make has completed, but modifying a library after code signing means an error will occur when it's loaded at runtime.