Skip to content

Commit

Permalink
Merge pull request #12 from vapor/update-package
Browse files Browse the repository at this point in the history
update package to cmysql
  • Loading branch information
tanner0101 authored May 22, 2017
2 parents 799999c + 5a8efb4 commit 682b4fa
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 682b4fa

Please sign in to comment.