fix for mac build?

This commit is contained in:
fkunn1326
2024-08-04 07:01:02 +09:00
parent 3d87e8fb99
commit 42bc4169d3

View File

@ -53,16 +53,7 @@ let package = Package(
targets: ["KanaKanjiConverterModule"]
),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/apple/swift-algorithms", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.0.0")),
// local package
.package(url: "https://github.com/fkunn1326/llama.cpp", branch: "d66c275")
],
dependencies: dependencies,
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.