Skip to content

Commit

Permalink
Revert mistaken Package.swift commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- committed Feb 17, 2021
1 parent 2b5f267 commit 922f93b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ let package = Package(

products: [
// Automatic
.library(name: "Vexil", targets: [ "Vexil" ]),
.library(name: "Vexillographer", targets: [ "Vexillographer" ]),

// Static
// .library(name: "Vexil", type: .static, targets: [ "Vexil", "Vexillographer" ]),
.library(name: "Vexil", targets: [ "Vexil" ]),
.library(name: "Vexillographer", targets: [ "Vexillographer" ]),
],

dependencies: [
Expand Down

0 comments on commit 922f93b

Please sign in to comment.