[webkit-changes] [WebKit/WebKit] d28d0a: [Xcode] Fix yasm build due to apparent code signin...
Elliott Williams
noreply at github.com
Thu Apr 6 00:31:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d28d0a98a9474745dc9a13d688df77a2adf8af85
https://github.com/WebKit/WebKit/commit/d28d0a98a9474745dc9a13d688df77a2adf8af85
Author: Elliott Williams <emw at apple.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M Source/ThirdParty/libwebrtc/Configurations/yasm.xcconfig
Log Message:
-----------
[Xcode] Fix yasm build due to apparent code signing race condition
https://bugs.webkit.org/show_bug.cgi?id=255079
Unreviewed build fix.
Builds of libwebrtc are using yasm before Xcode has had a chance to sign
it. Fix by disabling formal code signing, so that the linker performs
adhoc signing. This should be safe since yasm is never used off of the
machine it's built on.
* Source/ThirdParty/libwebrtc/Configurations/yasm.xcconfig:
Canonical link: https://commits.webkit.org/262658@main
More information about the webkit-changes
mailing list