Skip to content

Commit 59e1e0b

Browse files
authored
Merge pull request #245 from apple/maxd/basic-product
Add TSCBasic as a separate product w/o TSCUtility
2 parents 32d75f6 + f2efb72 commit 59e1e0b

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)