Update to boring v5.0.2

The new version of BoringSSL requires a C++ library:
- Android: libc++ is linked statically, like WebRTC does
- Swift: libstdc++ is linked on Linux (and libz is dropped everywhere)
- Everywhere else: the system C++ library will be linked dynamically

And makes SSE2 a requirement for 32-bit Linux, matching 32-bit Android.
This commit is contained in:
Jordan Rose
2026-02-19 15:26:34 -08:00
committed by GitHub
parent 5bb92bfe13
commit 38514bdc8a
23 changed files with 1331 additions and 622 deletions

View File

@@ -15,7 +15,6 @@ Pod::Spec.new do |s|
s.swift_version = '5'
s.platform = :ios, '15.0'
s.libraries = ['z']
s.source_files = ['swift/Sources/**/*.swift', 'swift/Sources/**/*.m']
s.preserve_paths = [