Skip to content

Commit f2efb72

Browse files
committed
Add TSCBasic as a separate product w/o TSCUtility
1 parent 32d75f6 commit f2efb72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ let package = Package(
2828
.iOS(.v13)
2929
],
3030
products: [
31+
.library(
32+
name: "TSCBasic",
33+
targets: ["TSCBasic"]),
3134
.library(
3235
name: "SwiftToolsSupport",
3336
type: .dynamic,

0 commit comments

Comments
 (0)