diff --git a/Package.swift b/Package.swift index afec223..6a76d88 100644 --- a/Package.swift +++ b/Package.swift @@ -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.