Skip to content

Commit

Permalink
make static
Browse files Browse the repository at this point in the history
  • Loading branch information
hi2gage committed Oct 18, 2024
1 parent 91327db commit 268a2ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ let package = Package(
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "LibFido2Swift",
targets: ["LibFido2Swift"]),
type: .static,
targets: ["LibFido2Swift"]
),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 268a2ce

Please sign in to comment.