Update the Swift Package Definition to Reflect Move

This commit is contained in:
W. Felix Handte
2022-01-05 18:32:56 -05:00
parent 8dd943e42c
commit 1778222446
+1 -1
View File
@@ -25,7 +25,7 @@ let package = Package(
name: "libzstd", name: "libzstd",
path: "lib", path: "lib",
sources: [ "common", "compress", "decompress", "dictBuilder" ], sources: [ "common", "compress", "decompress", "dictBuilder" ],
publicHeadersPath: "modulemap", publicHeadersPath: ".",
cSettings: [ cSettings: [
.headerSearchPath(".") .headerSearchPath(".")
]) ])