Skip to content
Snippets Groups Projects
Commit 5dc23300 authored by Gusts Kaksis's avatar Gusts Kaksis Committed by Brad King
Browse files

Xcode: Fix regression that automatically links libraries in source list

In commit e637744c (Xcode: Use "Link Binary With Libraries" to link
any library, 2019-07-10, v3.19.0-rc1~494^2~1) we accidentally added all
the library type files to "Link Binary With Libraries" build phase if
they were passed in as source files.  Revert that change as any actually
linked libraries will be added to that build phase later in the
`AddDependAndLinkInformation` call.

Fixes: #21361
parent 96ea613f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment