DescriptionAdd missing linker flags to allow use of custom frameworks on iOS.
Pass required flags "-rpath @executable/Frameworks" when linking
executable to point to the location where the custom frameworks
are located in iOS builds.
Pass flags "-objc_abi_version 2" to linker flag for execuable and
dynamic libraries as is done by Xcode and remove one intermediate
config object (unnecessary).
BUG=None
Committed: https://crrev.com/ba8574b4699241b0240a9a27476c969bc5585334
Cr-Commit-Position: refs/heads/master@{#417403}
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 12 (7 generated)
|