apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.47k stars 166 forks source link

build: attempt to workaround linker issues on Darwin (#105) #106

Closed Lukasa closed 2 years ago

Lukasa commented 2 years ago

The use of a non-cctools librarian causes ld64 some heartburn. Explicitly opt into using the cctools librarian.

rdar://87850031 (cherry picked from commit facc82fbb465e8e308ceeeeb2bdd2830ae8023b3)

Lukasa commented 2 years ago

Released as 1.1.7.

yim-lee commented 2 years ago

Thanks @Lukasa!