We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90007a7 commit 0266358Copy full SHA for 0266358
Sources/PackageCollectionsSigning/CMakeLists.txt
@@ -13,6 +13,9 @@ add_library(PackageCollectionsSigning
13
Key/Key+EC.swift
14
Key/Key+RSA.swift
15
Utilities/Utilities.swift)
16
+target_link_libraries(PackageCollectionsSigning PUBLIC
17
+ $<$<NOT:$<PLATFORM_ID:Darwin>>:dispatch>
18
+ $<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)
19
target_link_libraries(PackageCollectionsSigning PRIVATE
20
Crypto
21
CCryptoBoringSSL)
0 commit comments