[webkit-changes] [WebKit/WebKit] 0ed3e7: Mark libwebrtc as a product dependency of WebCore
youennf
noreply at github.com
Sun Jun 2 22:34:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ed3e7ebcd2a6226206ed1a4cc4ee62a603c67d1
https://github.com/WebKit/WebKit/commit/0ed3e7ebcd2a6226206ed1a4cc4ee62a603c67d1
Author: Youenn Fablet <youenn at apple.com>
Date: 2024-06-02 (Sun, 02 Jun 2024)
Changed paths:
M Source/WebCore/Configurations/Base.xcconfig
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
Log Message:
-----------
Mark libwebrtc as a product dependency of WebCore
rdar://128785444
https://bugs.webkit.org/show_bug.cgi?id=274747
Reviewed by Elliott Williams.
XCode does not always know that libwebrtc.dylib is a pre-requisite to build WebCore.
We add it as a product dependency of the generate unified files step similarly to what has been done for libWTF.a.
We restrict this to iOS, macOS and tvOS. This should be a no-op for production builds.
* Source/WebCore/Configurations/Base.xcconfig:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/279635@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