Skip to content

Commit 9872a82

Browse files
authored
fix missing ,
1 parent ee417a0 commit 9872a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
providers: [
2222
.Brew("curl --with-openssl --with-nghttp2"),
2323
.Apt("libcurl4-openssl-dev")
24-
]
24+
],
2525
pkgConfig: "libcurl"
2626

2727
)

0 commit comments

Comments
 (0)