Title: [293583] branches/safari-614.1.10-branch/Source/WebGPU
Revision
293583
Author
repst...@apple.com
Date
2022-04-28 12:47:09 -0700 (Thu, 28 Apr 2022)

Log Message

Cherry-pick r293558. rdar://problem/91769511

    WebGPU doesn't create a symlink to the system content path in installhdrs
    https://bugs.webkit.org/show_bug.cgi?id=239819

    Reviewed by Alexey Proskuryakov.

    Enabled script phases for installhdrs and installapi.

    * Configurations/WebGPU.xcconfig:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293558 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-614.1.10-branch/Source/WebGPU/ChangeLog (293582 => 293583)


--- branches/safari-614.1.10-branch/Source/WebGPU/ChangeLog	2022-04-28 19:45:54 UTC (rev 293582)
+++ branches/safari-614.1.10-branch/Source/WebGPU/ChangeLog	2022-04-28 19:47:09 UTC (rev 293583)
@@ -1,3 +1,30 @@
+2022-04-28  Russell Epstein  <repst...@apple.com>
+
+        Cherry-pick r293558. rdar://problem/91769511
+
+    WebGPU doesn't create a symlink to the system content path in installhdrs
+    https://bugs.webkit.org/show_bug.cgi?id=239819
+    
+    Reviewed by Alexey Proskuryakov.
+    
+    Enabled script phases for installhdrs and installapi.
+    
+    * Configurations/WebGPU.xcconfig:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-04-27  Michael Saboff  <msab...@apple.com>
+
+            WebGPU doesn't create a symlink to the system content path in installhdrs
+            https://bugs.webkit.org/show_bug.cgi?id=239819
+
+            Reviewed by Alexey Proskuryakov.
+
+            Enabled script phases for installhdrs and installapi.
+
+            * Configurations/WebGPU.xcconfig:
+
 2022-04-20  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r292760. rdar://problem/91351306

Modified: branches/safari-614.1.10-branch/Source/WebGPU/Configurations/WebGPU.xcconfig (293582 => 293583)


--- branches/safari-614.1.10-branch/Source/WebGPU/Configurations/WebGPU.xcconfig	2022-04-28 19:45:54 UTC (rev 293582)
+++ branches/safari-614.1.10-branch/Source/WebGPU/Configurations/WebGPU.xcconfig	2022-04-28 19:47:09 UTC (rev 293583)
@@ -56,6 +56,8 @@
 OUTPUT_ALTERNATE_ROOT_PATH = $(OUTPUT_ALTERNATE_ROOT_PATH_$(USE_SYSTEM_CONTENT_PATH));
 OUTPUT_ALTERNATE_ROOT_PATH_YES = $(DSTROOT)$(ALTERNATE_ROOT_PATH)/$(FULL_PRODUCT_NAME);
 
+INSTALLHDRS_SCRIPT_PHASE = YES;
+
 PRODUCT_NAME = WebGPU;
 PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to