1
0
mirror of https://github.com/facebook/zstd.git synced 2025-10-31 08:37:43 +02:00

Update the Swift Package Definition to Reflect Move

This commit is contained in:
W. Felix Handte
2021-12-23 15:01:57 -05:00
parent 8dd943e42c
commit 1778222446

View File

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