Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cae2cb0e1ed66d66079fe58c423f35168ba8e502
https://github.com/WebKit/WebKit/commit/cae2cb0e1ed66d66079fe58c423f35168ba8e502
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M Configurations/WebKitProjectPaths.xcconfig
Log Message:
-----------
REGRESSION(312094@main): macCatalyst engineering builds can't find
WebCoreTestSupport.h
https://bugs.webkit.org/show_bug.cgi?id=313871
rdar://176069511
Reviewed by Richard Robinson.
312094@main changed WEBCORE_TEST_SUPPORT_DIR_Engineering from
$(BUILT_PRODUCTS_DIR)/WebCoreTestSupport to
$(BUILT_PRODUCTS_DIR)$(WK_LIBRARY_HEADERS_FOLDER_PATH)/WebCoreTestSupport
to match the new install location for WebCoreTestSupport headers.
The Production variant already had $(WK_ALTERNATE_WEBKIT_SDK_PATH) in
its path, but the Engineering variant omitted it. On macCatalyst,
WK_ALTERNATE_WEBKIT_SDK_PATH is /System/iOSSupport, so headers install
to $(BUILT_PRODUCTS_DIR)/System/iOSSupport/usr/local/include/WebCoreTestSupport/
but the search path pointed to
$(BUILT_PRODUCTS_DIR)/usr/local/include/WebCoreTestSupport/. instead.
In this patch, we addthe missing $(WK_ALTERNATE_WEBKIT_SDK_PATH). For
non-macCatalyst builds, this is empty, so the path is unchanged.
* Configurations/WebKitProjectPaths.xcconfig:
Canonical link: https://commits.webkit.org/312661@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications