Skip to content

Commit a9feee7

Browse files
author
Steven Prichard
committed
remove cxx interop support for now
1 parent 36e1556 commit a9feee7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ var cSettings: [CSetting] = [
2323
// .define("ACCELERATE_NEW_LAPACK"),
2424
// .define("ACCELERATE_LAPACK_ILP64")
2525
]
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
3226

3327
#if canImport(Darwin)
3428
sources.append("ggml-metal.m")
@@ -77,7 +71,6 @@ let package = Package(
7771
resources: resources,
7872
publicHeadersPath: "spm-headers",
7973
cSettings: cSettings,
80-
swiftSettings: swiftSettings,
8174
linkerSettings: linkerSettings
8275
)
8376
],

0 commit comments

Comments
 (0)