Skip to content

Commit 5a39b58

Browse files
authored
Merge pull request swiftlang#6 from swiftwasm/master
[pull] swiftwasm from master
2 parents 92c55f7 + 1dd649c commit 5a39b58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ let package = Package(
4949
]
5050
),
5151

52+
.library(
53+
name: "XCBuildSupport",
54+
targets: ["XCBuildSupport"]
55+
),
56+
5257
.library(
5358
name: "PackageDescription",
5459
type: .dynamic,

0 commit comments

Comments
 (0)