Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Jan 29, 2024
1 parent 6c4c3a6 commit ab148a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let package = Package(
dependencies: [
"FFmpegKit", "Libuchardet", "Libmpv",
.target(name: "Libbluray", condition: .when(platforms: [.macOS, .macCatalyst])),
.target(name: "Libluajit", condition: .when(platforms: [.macOS])),
.target(name: "Libluajit-5.1", condition: .when(platforms: [.macOS])),
],
linkerSettings: [
.linkedFramework("AVFoundation"),
Expand Down Expand Up @@ -178,9 +178,8 @@ let package = Package(
path: "Sources/Libuchardet.xcframework"
),
.binaryTarget(
name: "Libluajit",
url: "https://github.com/karelrooted/libmpv/releases/download/v0.0.1-beta/Libluajit-5.1.xcframework.zip",
checksum: "0eae84fc010b1730581f942a883389f29862f9e7911301a7065d4f363b25c6ac"
name: "Libluajit-5.1",
path: "Sources/Libluajit-5.1.xcframework"
),
// .binaryTarget(
// name: "Libsrt",
Expand Down

0 comments on commit ab148a3

Please sign in to comment.