Skip to content

Commit

Permalink
Added dylib product to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalski committed Apr 25, 2016
1 parent 2c78e9e commit e0130e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ let package = Package(
name: "Diff",
dependencies: []
)

products.append(Product(name:"Diff", type: .Library(.Dynamic), modules: ["Diff"]))

0 comments on commit e0130e0

Please sign in to comment.