We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad043e commit 7590346Copy full SHA for 7590346
1 file changed
Package.swift
@@ -7,6 +7,8 @@ import PackageDescription
7
#if os(Linux)
8
let platformExcludes: [String] = [
9
// Linux specific excludes
10
+ "framework",
11
+ "include-framework",
12
"metal-cpp",
13
// Exclude Metal backend files on Linux, but keep no_metal.cpp for stubs
14
"mlx/mlx/backend/metal/allocator.cpp",
0 commit comments