Skip to content

Commit

Permalink
Link Accelerate in SPM
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: joesus

Differential Revision: D18580738

fbshipit-source-id: 901a5e62c883db02eaa7da57d9c68c3ec13b649e
  • Loading branch information
KylinChang authored and facebook-github-bot committed Nov 18, 2019
1 parent 6a83270 commit 6c1a7ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ let package = Package(
.headerSearchPath("Internal/ServerConfiguration"),
.headerSearchPath("Internal/TokenCaching"),
.headerSearchPath("Internal/UI"),
],
linkerSettings: [
.linkedFramework("Accelerate"),
]
),
.target(
Expand Down

0 comments on commit 6c1a7ea

Please sign in to comment.