[webkit-changes] [WebKit/WebKit] e90fa6: Link BrowserEngineCore library on macOS
Marcus Plutowski
noreply at github.com
Thu Aug 29 15:09:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e90fa6cb18359d6292ad1320bdf1085b0d4f474b
https://github.com/WebKit/WebKit/commit/e90fa6cb18359d6292ad1320bdf1085b0d4f474b
Author: Marcus Plutowski <marcus_plutowski at apple.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M Source/JavaScriptCore/Configurations/Base.xcconfig
M Source/WebCore/Configurations/WebCore.xcconfig
Log Message:
-----------
Link BrowserEngineCore library on macOS
https://bugs.webkit.org/show_bug.cgi?id=278066
rdar://133777782
Reviewed by Elliott Williams and Wenson Hsieh.
Currently we only link this on iOS due to some historical issues with
linking it more widely. Now, however, we should be able to use it on
macOS as well: doing so will allow us to de-duplicate some code that
currently needs to stay around for the sake of macOS.
* Source/JavaScriptCore/Configurations/Base.xcconfig:
* Source/WebCore/Configurations/WebCore.xcconfig:
Canonical link: https://commits.webkit.org/282930@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list