Skip to content

Commit

Permalink
fix visionOS build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yeatse committed Dec 29, 2023
1 parent 6798092 commit b4b32e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let package = Package(
.linkedFramework("AVFoundation"),
.linkedFramework("CoreImage"),
.linkedFramework("CoreMedia"),
.linkedFramework("CoreVideo", .when(platforms: [.iOS])),
.linkedFramework("Accelerate", .when(platforms: [.iOS, .macOS])),
.linkedFramework("CoreVideo", .when(platforms: [.iOS, .visionOS])),
.linkedFramework("Accelerate", .when(platforms: [.iOS, .macOS, .visionOS])),
.linkedFramework("OpenCL", .when(platforms: [.macOS])),
.linkedLibrary("c++")
]
Expand Down

0 comments on commit b4b32e4

Please sign in to comment.