Skip to content

Commit b9792db

Browse files
committed
Add LZMA2 subdirectory into swift package
1 parent 0ec607b commit b9792db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
.target(
1616
name: "SWCompression",
1717
path: "Sources",
18-
sources: ["Common", "7-Zip", "BZip2", "Deflate", "GZip", "LZMA", "TAR", "XZ", "ZIP", "Zlib"]),
18+
sources: ["Common", "7-Zip", "BZip2", "Deflate", "GZip", "LZMA", "LZMA2", "TAR", "XZ", "ZIP", "Zlib"]),
1919
.target(
2020
name: "swcomp",
2121
dependencies: ["SWCompression", "SwiftCLI"],

0 commit comments

Comments
 (0)