Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49f9e0a

Browse files
authoredMar 3, 2025
enable SwiftSetting.interoperabilityMode(.Cxx)
1 parent bbd5f89 commit 49f9e0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎Package.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ let package = Package(
145145
"HomomorphicEncryption",
146146
.product(name: "Logging", package: "swift-log"),
147147
],
148-
swiftSettings: executableSettings),
148+
swiftSettings: executableSettings + [
149+
SwiftSetting.interoperabilityMode(.Cxx)
150+
]),
149151
.executableTarget(
150152
name: "PIRShardDatabase",
151153
dependencies: [

0 commit comments

Comments
 (0)
Please sign in to comment.