Title: [205576] trunk/Source/WebKit2
Revision
205576
Author
m...@apple.com
Date
2016-09-07 17:38:03 -0700 (Wed, 07 Sep 2016)

Log Message

[Mac] .tbd files for the shims end up installed when building with GENERATE_TEXT_BASED_STUBS=YES
https://bugs.webkit.org/show_bug.cgi?id=161722

Reviewed by Anders Carlsson.

* Configurations/Shim.xcconfig: Don’t install the shims. The Copy Shims build phase in the
  WebKit target will copy them into place without bringing their .tbd files along.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (205575 => 205576)


--- trunk/Source/WebKit2/ChangeLog	2016-09-08 00:16:39 UTC (rev 205575)
+++ trunk/Source/WebKit2/ChangeLog	2016-09-08 00:38:03 UTC (rev 205576)
@@ -1,3 +1,13 @@
+2016-09-07  Dan Bernstein  <m...@apple.com>
+
+        [Mac] .tbd files for the shims end up installed when building with GENERATE_TEXT_BASED_STUBS=YES
+        https://bugs.webkit.org/show_bug.cgi?id=161722
+
+        Reviewed by Anders Carlsson.
+
+        * Configurations/Shim.xcconfig: Don’t install the shims. The Copy Shims build phase in the
+          WebKit target will copy them into place without bringing their .tbd files along.
+
 2016-09-07  Mark Lam  <mark....@apple.com>
 
         Add CatchScope and force all exception checks to be via ThrowScope or CatchScope.

Modified: trunk/Source/WebKit2/Configurations/Shim.xcconfig (205575 => 205576)


--- trunk/Source/WebKit2/Configurations/Shim.xcconfig	2016-09-08 00:16:39 UTC (rev 205575)
+++ trunk/Source/WebKit2/Configurations/Shim.xcconfig	2016-09-08 00:38:03 UTC (rev 205576)
@@ -25,6 +25,3 @@
 
 GCC_DYNAMIC_NO_PIC = NO;
 SKIP_INSTALL = YES;
-SKIP_INSTALL[sdk=macosx*] = NO;
-
-INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to