Title: [291184] trunk/Source/WebGPU
- Revision
- 291184
- Author
- [email protected]
- Date
- 2022-03-11 13:08:46 -0800 (Fri, 11 Mar 2022)
Log Message
WebGPU Catalyst builds fail when using the system content path
https://bugs.webkit.org/show_bug.cgi?id=237790
Reviewed by Saam Barati.
The value of ALTERNATE_ROOT_PATH should be set to the framework directory instead of
DYLIB_INSTALL_NAME_BASE since it will include the system content path as a prefix for
Catalyst builds.
This is similar to the construction of ALTERNATE_ROOT_PATH for the other frameworks.
* Configurations/WebGPU.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebGPU/ChangeLog (291183 => 291184)
--- trunk/Source/WebGPU/ChangeLog 2022-03-11 21:07:19 UTC (rev 291183)
+++ trunk/Source/WebGPU/ChangeLog 2022-03-11 21:08:46 UTC (rev 291184)
@@ -1,3 +1,17 @@
+2022-03-11 Michael Saboff <[email protected]>
+
+ WebGPU Catalyst builds fail when using the system content path
+ https://bugs.webkit.org/show_bug.cgi?id=237790
+
+ Reviewed by Saam Barati.
+
+ The value of ALTERNATE_ROOT_PATH should be set to the framework directory instead of
+ DYLIB_INSTALL_NAME_BASE since it will include the system content path as a prefix for
+ Catalyst builds.
+ This is similar to the construction of ALTERNATE_ROOT_PATH for the other frameworks.
+
+ * Configurations/WebGPU.xcconfig:
+
2022-03-10 Michael Saboff <[email protected]>
Catalyst _javascript_Core, WebCore, WebKitLegacy, and WebKit shouldn't be copied to the Secondary Path
Modified: trunk/Source/WebGPU/Configurations/WebGPU.xcconfig (291183 => 291184)
--- trunk/Source/WebGPU/Configurations/WebGPU.xcconfig 2022-03-11 21:07:19 UTC (rev 291183)
+++ trunk/Source/WebGPU/Configurations/WebGPU.xcconfig 2022-03-11 21:08:46 UTC (rev 291184)
@@ -41,7 +41,7 @@
DYLIB_INSTALL_NAME_BASE_NO = $(NORMAL_WEBGPU_FRAMEWORKS_DIR);
DYLIB_INSTALL_NAME_BASE_YES = $(DYLIB_INSTALL_NAME_BASE);
-ALTERNATE_ROOT_PATH = $(DYLIB_INSTALL_NAME_BASE);
+ALTERNATE_ROOT_PATH = $(WEBGPU_FRAMEWORKS_DIR);
OUTPUT_ALTERNATE_ROOT_PATH = $(OUTPUT_ALTERNATE_ROOT_PATH_$(USE_SYSTEM_CONTENT_PATH));
OUTPUT_ALTERNATE_ROOT_PATH_YES = $(DSTROOT)$(ALTERNATE_ROOT_PATH)/$(FULL_PRODUCT_NAME);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes