Triggered by #219.
I have put the -headerpad_max_install_names into LDFLAGS, that may not be something for every builder on macOS. But since I also set TARGET in order to only build the static library on certain platforms, the install_name_tool should not be executed on those.
This solves my build problems.
Triggered by https://codeberg.org/pEp/pEpEngine/issues/219.
I have put the `-headerpad_max_install_names` into `LDFLAGS`, that may not be something for every builder on macOS. But since I also set `TARGET` in order to only build the static library on certain platforms, the `install_name_tool` should not be executed on those.
This solves my build problems.