Skip to content

Commit

Permalink
Removed use of pkgConfig and added system declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dfirsht committed Jun 20, 2016
1 parent abbef47 commit 3330699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import PackageDescription

let package = Package(
name: "CCurl",
pkgConfig: "libcurl",
providers: [
.Brew("curl"),
.Apt("libcurl4-openssl-dev")
Expand Down
2 changes: 1 addition & 1 deletion module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
**/

module CCurl {
module CCurl [system] {
header "shim.h"
link "curl"
export *
Expand Down

0 comments on commit 3330699

Please sign in to comment.