DescriptionCorrect iOS device build for latest Xcode beta.
Stop referring to dylib directly, and instead use the linker shortcut.
With the latest Xcode beta, some dylibs are now named .tbd, so
referencing the actual path for simulator (dylib) and device (tbd) would
make for a very complicated build file.
Using the linker short name bypases all of that.
BUG=499098
TBRs for small iOS only gyp changes.
TBR=scottmg@chromium.org (libxml)
TBR=michaeln@chromium.org (sqlite)
Committed: https://crrev.com/23bb216c5f30782e97f6a51bcafb53f6607ab051
Cr-Commit-Position: refs/heads/master@{#333978}
Patch Set 1 #Patch Set 2 : Use OTHER_LDFLAGS #
Total comments: 2
Patch Set 3 : nit #
Messages
Total messages: 20 (7 generated)
|