Title: [231076] trunk/Source/WebKit
- Revision
- 231076
- Author
- [email protected]
- Date
- 2018-04-26 14:48:32 -0700 (Thu, 26 Apr 2018)
Log Message
Try again to fix the iOS build after r231063.
* Configurations/Base.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (231075 => 231076)
--- trunk/Source/WebKit/ChangeLog 2018-04-26 21:41:39 UTC (rev 231075)
+++ trunk/Source/WebKit/ChangeLog 2018-04-26 21:48:32 UTC (rev 231076)
@@ -1,3 +1,9 @@
+2018-04-26 Andy Estes <[email protected]>
+
+ Try again to fix the iOS build after r231063.
+
+ * Configurations/Base.xcconfig:
+
2018-04-26 Jer Noble <[email protected]>
WK_COCOA_TOUCH the WK_ACCESSIBILITY_LDFLAGS
Modified: trunk/Source/WebKit/Configurations/Base.xcconfig (231075 => 231076)
--- trunk/Source/WebKit/Configurations/Base.xcconfig 2018-04-26 21:41:39 UTC (rev 231075)
+++ trunk/Source/WebKit/Configurations/Base.xcconfig 2018-04-26 21:48:32 UTC (rev 231076)
@@ -126,7 +126,9 @@
SUPPORTS_TEXT_BASED_API[sdk=iphone*] = $(USE_INTERNAL_SDK);
SUPPORTS_TEXT_BASED_API[sdk=appletv*] = NO;
SUPPORTS_TEXT_BASED_API[sdk=watch*] = NO;
-OTHER_TAPI_FLAGS[sdk=iphone*] = -x objective-c++ -std=c++14 -fno-rtti -DRELEASE_WITHOUT_OPTIMIZATIONS;
+
+OTHER_TAPI_FLAGS = $(OTHER_TAPI_FLAGS_$(WK_COCOA_TOUCH));
+OTHER_TAPI_FLAGS_cocoatouch = -x objective-c++ -std=c++14 -fno-rtti -DRELEASE_WITHOUT_OPTIMIZATIONS;
TAPI_VERIFY_MODE[sdk=iphone*] = Pedantic;
// This is required to make LLVM_TARGET_TRIPLE_SUFFIX propagate into scripts.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes