Skip to content

Commit

Permalink
Added dependencies for OpenSSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
billabt committed May 3, 2016
1 parent 74330ed commit d4c83a6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
**/
**/

import PackageDescription

let package = Package(
name: "CCryptoSSL",
pkgConfig: "openssl",
providers: [
.Apt("openssl libssl-dev"),
]
)

0 comments on commit d4c83a6

Please sign in to comment.