rdar://89579689: Define DEPLOYMENT_TARGET_CLANG_ENV_NAME in the legacy build system
rdar://89579689
Created attachment 453639 [details] Patch
<rdar://problem/89579689>
Comment on attachment 453639 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=453639&action=review > Source/WTF/Configurations/Base.xcconfig:116 > +DEPLOYMENT_TARGET_CLANG_ENV_NAME_legacy[sdk=watch*] = WATCHOS_DEPLOYMENT_TARGET; Don't we need tvOS all over the place? I also wonder if a temporary hack in HaveInternalSDK.xcconfig would be better than having this all over the place.
Good idea. Let's hack in HaveInternalSDK.xcconfig, as this is an internal-only Xcode bug.