We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e231ce6 commit 703e5fdCopy full SHA for 703e5fd
Package.swift
@@ -31,7 +31,12 @@ let package = Package(
31
],
32
targets: [
33
.systemLibrary(
34
- name: "CFoundationDB"
+ name: "CFoundationDB",
35
+ pkgConfig: "libfdb",
36
+ providers: [
37
+ .apt(["foundationdb-clients"]),
38
+ .yum(["foundationdb-clients"]),
39
+ ]
40
),
41
.target(
42
name: "FoundationDB",
0 commit comments