- Mainly making variables more easy overridable with
?=.
- The change re
install_name_tool is because the original fails on me, complaining about memory constraints in the library, and I'm not into the topic. I'm not using DESTDIR, so this call is unnecessary for my purposes. Any solution that avoids the error is welcome, this is just a double check to avoid the call if it doesn't look necessary anyways.
Update: Also contains xcode related changes.
* Mainly making variables more easy overridable with `?=`.
* The change re `install_name_tool` is because the original fails on me, complaining about memory constraints in the library, and I'm not into the topic. I'm not using `DESTDIR`, so this call is unnecessary for my purposes. Any solution that avoids the error is welcome, this is just a double check to avoid the call if it doesn't look necessary anyways.
Update: Also contains xcode related changes.