Skip to content

Commit 6c1a7ea

Browse files
KylinChangfacebook-github-bot
authored andcommitted
Link Accelerate in SPM
Summary: As title Reviewed By: joesus Differential Revision: D18580738 fbshipit-source-id: 901a5e62c883db02eaa7da57d9c68c3ec13b649e
1 parent 6a83270 commit 6c1a7ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ let package = Package(
7676
.headerSearchPath("Internal/ServerConfiguration"),
7777
.headerSearchPath("Internal/TokenCaching"),
7878
.headerSearchPath("Internal/UI"),
79+
],
80+
linkerSettings: [
81+
.linkedFramework("Accelerate"),
7982
]
8083
),
8184
.target(

0 commit comments

Comments
 (0)