This commit is contained in:
Mitchell Hashimoto
2026-04-24 13:22:47 -07:00
parent 44a2d8740a
commit 33fc2aac97
2 changed files with 6 additions and 5 deletions

View File

@@ -8,10 +8,7 @@ let package = Package(
.executableTarget(
name: "swift-vt-xcframework",
dependencies: ["GhosttyVt"],
path: "Sources",
linkerSettings: [
.linkedLibrary("c++"),
]
path: "Sources"
),
.binaryTarget(
name: "GhosttyVt",