for windows

This commit is contained in:
fkunn1326
2024-06-27 07:01:46 +09:00
parent fbf09a76eb
commit 569d8adc10
2 changed files with 7 additions and 5 deletions

View File

@ -41,7 +41,7 @@ let package = Package(
.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/ensan-hcl/llama.cpp", branch: "9f41923"),
.package(url: "https://github.com/fkunn1326/llama.cpp", branch: "d66c275")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.