We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e1556 commit a9feee7Copy full SHA for a9feee7
Package.swift
@@ -23,12 +23,6 @@ var cSettings: [CSetting] = [
23
// .define("ACCELERATE_NEW_LAPACK"),
24
// .define("ACCELERATE_LAPACK_ILP64")
25
]
26
-var swiftSettings: [SwiftSetting] = []
27
-
28
29
-#if "CXX-INTEROP-ENABLED" // Not sure how to put this behind a flag
30
-swiftSettings.append(.interoperabilityMode(.Cxx))
31
-#endif
32
33
#if canImport(Darwin)
34
sources.append("ggml-metal.m")
@@ -77,7 +71,6 @@ let package = Package(
77
71
resources: resources,
78
72
publicHeadersPath: "spm-headers",
79
73
cSettings: cSettings,
80
- swiftSettings: swiftSettings,
81
74
linkerSettings: linkerSettings
82
75
)
83
76
],
0 commit comments