Skip to content

Commit 6ee2b88

Browse files
authored
Merge pull request #2 from irar2/master
Fix build
2 parents 59c6677 + cde5d6a commit 6ee2b88

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright IBM Corporation 2016
2+
* Copyright IBM Corporation 2016, 2017
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import PackageDescription
1818

1919
let package = Package(
2020
name: "OpenSSL",
21-
pkgConfig: "open-ssl",
21+
pkgConfig: "openssl",
2222
providers: [
2323
.Brew("openssl"),
2424
]

open-ssl.pc

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)