We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74330ed commit d4c83a6Copy full SHA for d4c83a6
1 file changed
Package.swift
@@ -12,4 +12,14 @@
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
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