Skip to content

Commit

Permalink
Attempt to Rewrite the Swift Package Definition to Reflect Move
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhandte committed Dec 23, 2021
1 parent 9fc9c34 commit 0d3d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
name: "libzstd",
path: "lib",
sources: [ "common", "compress", "decompress", "dictBuilder" ],
publicHeadersPath: "modulemap",
publicHeadersPath: ".",
cSettings: [
.headerSearchPath(".")
])
Expand Down

0 comments on commit 0d3d902

Please sign in to comment.