Update the Swift Package Definition to Reflect Move

dev
W. Felix Handte 2021-12-23 15:01:57 -05:00
parent 8dd943e42c
commit 1778222446
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ let package = Package(
name: "libzstd",
path: "lib",
sources: [ "common", "compress", "decompress", "dictBuilder" ],
publicHeadersPath: "modulemap",
publicHeadersPath: ".",
cSettings: [
.headerSearchPath(".")
])