You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
SwiftPM's CMake build
(swiftlang/swift-package-manager#3202) unsuccessful
even with #60.
Modifications:
- Use consistent `SWIFT_CRYPTO_EXPORTS` naming. In some places `CRYPTO_EXPORTS` was used instead.
- Install `CCryptoBoringSSL` so we can import it in code (see swiftlang/swift-package-manager#3202)
- Always set `BUILD_SHARED_LIBS`
Result:
Successful CMake build.
0 commit comments