Skip to content

Commit 275a877

Browse files
committed
Remove SVD2LLDB product
See: swiftlang/swift-package-manager#7893 Cannot cross compile when package contains dylib product
1 parent 3d8d069 commit 275a877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919

2020
// SVD
2121
.library(name: "SVD", targets: ["SVD"]),
22-
.library(name: "SVD2LLDB", type: .dynamic, targets: ["SVD2LLDB"]),
22+
// .library(name: "SVD2LLDB", type: .dynamic, targets: ["SVD2LLDB"]),
2323
.executable(
2424
// FIXME: rdar://112530586
2525
// XPM skips build plugin if product and target names are not identical.

0 commit comments

Comments
 (0)