Skip to content

Commit

Permalink
fix missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocrippa authored Aug 7, 2016
1 parent ee417a0 commit 9872a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
providers: [
.Brew("curl --with-openssl --with-nghttp2"),
.Apt("libcurl4-openssl-dev")
]
],
pkgConfig: "libcurl"

)

0 comments on commit 9872a82

Please sign in to comment.