Skip to content

Commit

Permalink
Added dynamic variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyTaylor committed May 17, 2024
1 parent e92dbd3 commit a2d20d8
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 @@ -11,7 +11,9 @@ let package = Package(
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(name: "MagnitudeDB", targets: ["MagnitudeDB"])
.library(name: "MagnitudeDB", targets: ["MagnitudeDB"]),
.library(name: "DynamicMagnitudeDB", type: .dynamic, targets: ["MagnitudeDB"])

],
dependencies: [
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
Expand Down

0 comments on commit a2d20d8

Please sign in to comment.