We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c6677 commit cde5d6aCopy full SHA for cde5d6a
2 files changed
Package.swift
@@ -1,5 +1,5 @@
1
/**
2
-* Copyright IBM Corporation 2016
+* Copyright IBM Corporation 2016, 2017
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ import PackageDescription
18
19
let package = Package(
20
name: "OpenSSL",
21
- pkgConfig: "open-ssl",
+ pkgConfig: "openssl",
22
providers: [
23
.Brew("openssl"),
24
]
open-ssl.pc
0 commit comments