Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d28d0a98a9474745dc9a13d688df77a2adf8af85
https://github.com/WebKit/WebKit/commit/d28d0a98a9474745dc9a13d688df77a2adf8af85
Author: Elliott Williams <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes