Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: fc65489c6e09bf6636a7d5ba011c8df123b149a8 https://github.com/WebKit/WebKit/commit/fc65489c6e09bf6636a7d5ba011c8df123b149a8 Author: Abrar Rahman Protyasha <a_protya...@apple.com> Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths: M Source/WebCore/Configurations/WebCore.xcconfig R WebKitLibraries/SDKs/xros1.0-additions.sdk/usr/lib/xr/libRuntimeSupport.tbd R WebKitLibraries/SDKs/xrsimulator1.0-additions.sdk/usr/lib/xr/libRuntimeSupport.tbd Log Message: ----------- WebCore no longer needs to link against RuntimeSupport https://bugs.webkit.org/show_bug.cgi?id=277714 rdar://133329537 Reviewed by Wenson Hsieh and Tim Horton. Since 277892@main, we no longer require xr/RuntimeSupport.h for the WebCore build, and as such are redundantly looking for usr/lib/xr in our search path. For this same reason, we also don't need the tbd stubs for libRuntimeSupport anymore. * Source/WebCore/Configurations/WebCore.xcconfig: * WebKitLibraries/SDKs/xros1.0-additions.sdk/usr/lib/xr/libRuntimeSupport.tbd: Removed. * WebKitLibraries/SDKs/xrsimulator1.0-additions.sdk/usr/lib/xr/libRuntimeSupport.tbd: Removed. Canonical link: https://commits.webkit.org/281925@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes