Title: [231073] trunk/Source/WebKit
Revision
231073
Author
[email protected]
Date
2018-04-26 14:32:05 -0700 (Thu, 26 Apr 2018)

Log Message

Unreviewed build fix; fix iOS TAPI build step after r231063.

* Configurations/WebKit.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231072 => 231073)


--- trunk/Source/WebKit/ChangeLog	2018-04-26 21:26:19 UTC (rev 231072)
+++ trunk/Source/WebKit/ChangeLog	2018-04-26 21:32:05 UTC (rev 231073)
@@ -1,5 +1,11 @@
 2018-04-26  Jer Noble  <[email protected]>
 
+        Unreviewed build fix; fix iOS TAPI build step after r231063.
+
+        * Configurations/WebKit.xcconfig:
+
+2018-04-26  Jer Noble  <[email protected]>
+
         WK_COCOA_TOUCH all the things.
         https://bugs.webkit.org/show_bug.cgi?id=185006
 

Modified: trunk/Source/WebKit/Configurations/WebKit.xcconfig (231072 => 231073)


--- trunk/Source/WebKit/Configurations/WebKit.xcconfig	2018-04-26 21:26:19 UTC (rev 231072)
+++ trunk/Source/WebKit/Configurations/WebKit.xcconfig	2018-04-26 21:32:05 UTC (rev 231073)
@@ -129,7 +129,7 @@
 REEXPORTED_FRAMEWORK_NAMES[sdk=macosx*] = $(inherited) WebCore;
 
 // FIXME: Remove -reexport_install_name once rdar://problem/30820233 is fixed.
-OTHER_TAPI_FLAGS = $(OTHER_TAPI_FLAGS_COCOA_TOUCH_$(WK_COCOA_TOUCH));
+OTHER_TAPI_FLAGS = $(OTHER_TAPI_FLAGS_$(WK_COCOA_TOUCH));
 OTHER_TAPI_FLAGS_cocoatouch = $(inherited) -reexport_install_name $(WK_ALTERNATE_WEBKIT_SDK_PATH)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy -extra-private-header $(SRCROOT)/Platform/ExtraPrivateSymbolsForTAPI.h -extra-public-header $(SRCROOT)/Platform/ExtraPublicSymbolsForTAPI.h;
 
 SECTORDER_FLAGS = $(SECTORDER_FLAGS_$(CONFIGURATION));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to