Skip to content

Commit d4c83a6

Browse files
committed
Added dependencies for OpenSSL.
1 parent 74330ed commit d4c83a6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

Package.swift

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
**/
15+
**/
16+
17+
import PackageDescription
18+
19+
let package = Package(
20+
name: "CCryptoSSL",
21+
pkgConfig: "openssl",
22+
providers: [
23+
.Apt("openssl libssl-dev"),
24+
]
25+
)

0 commit comments

Comments
 (0)