Skip to content

Commit

Permalink
update package to cmysql
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed May 22, 2017
1 parent 799999c commit 5a8efb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "CMySQL",
pkgConfig: "cmysql",
providers: [
.Brew("mysql"),
.Apt("libmysqlclient-dev")
.Brew("cmysql"),
.Apt("cmysql")
]
)

0 comments on commit 5a8efb4

Please sign in to comment.