Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE | Marc Chevrier | 2022-11-22 | 1 | -1/+1 |
| | | | | Fixes: #24176 | ||||
* | Xcode: Don't add framework as -framework argument in linker info list | Gusts Kaksis | 2020-10-02 | 1 | -2/+2 |
| | |||||
* | Xcode: Use "Link Binary With Libraries" build phase in some cases | Gusts Kaksis | 2020-08-31 | 1 | -0/+19 |
OBJECT and STATIC libraries (framework or non-framework) do not use this build phase. Not all items to be linked use this build phase either. Co-Authored-By: Craig Scott <craig.scott@crascit.com> |