Title: [293558] trunk/Source/WebGPU
Revision
293558
Author
msab...@apple.com
Date
2022-04-27 20:04:58 -0700 (Wed, 27 Apr 2022)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Source/WebGPU/ChangeLog (293557 => 293558)


--- trunk/Source/WebGPU/ChangeLog	2022-04-28 03:03:33 UTC (rev 293557)
+++ trunk/Source/WebGPU/ChangeLog	2022-04-28 03:04:58 UTC (rev 293558)
@@ -1,3 +1,14 @@
+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  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [WebGPU] Expand hardware capabilities to include features (beyond just limits)

Modified: trunk/Source/WebGPU/Configurations/WebGPU.xcconfig (293557 => 293558)


--- trunk/Source/WebGPU/Configurations/WebGPU.xcconfig	2022-04-28 03:03:33 UTC (rev 293557)
+++ trunk/Source/WebGPU/Configurations/WebGPU.xcconfig	2022-04-28 03:04:58 UTC (rev 293558)
@@ -59,6 +59,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