Skip to content

Commit

Permalink
updated pkg file
Browse files Browse the repository at this point in the history
  • Loading branch information
daltoniam committed Oct 30, 2022
1 parent e6b65c6 commit a063fda
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Package.swift
Expand Up @@ -27,10 +27,12 @@ let package = Package(
products: [
.library(name: "Starscream", targets: ["Starscream"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0")
],
dependencies: [],
targets: [
.target(name: "Starscream")
]
)

#if os(Linux)
package.dependencies.append(.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0"))
#endif

0 comments on commit a063fda

Please sign in to comment.