Skip to content

Commit b730607

Browse files
committed
Fix incorrect libcnary path
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
1 parent 3d6fbea commit b730607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let package = Package(
7070
"lookup2.c",
7171
"libplist/src",
7272
"libplist/libcnary",
73-
"libplist/libcnary/src",
73+
// "libplist/libcnary/src",
7474
],
7575
publicHeadersPath: "",
7676
cSettings: [

0 commit comments

Comments
 (0)